JAVA_HOME problems after upgrade

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks Del - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174843

Del wrote:

> Richard Megginson wrote:
>
>> Yes.  Please see installation prerequisites here - 
>> http://directory.fedora.redhat.com/wiki/Install_Guide
>
>
> Even with the IBM J2SDK installed and JAVA_HOME set correctly,
> the lines:
>
> if [ ! -f java -a ! -x java ]
> then
>   echo "$0: The java program is not in your path, or is not executable."
>   exit 1
> fi
>
> ... in startconsole are always going to fail.  What is probably required
> are:
>
> if [ ! -f $JAVA_HOME/bin/java -a ! -x $JAVA_HOME/bin/java ]
> then
>   echo "$0: The java program is not in your path, or is not executable."
>   exit 1
> fi
>
> (see line 69 where it runs the correct java binary -- the test for "-f 
> java"
> is only going to work if the java binary is in the current directory, not
> in JAVA_HOME/bin where it should be).
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3312 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.fedoraproject.org/pipermail/389-users/attachments/20051202/99f1e7e1/attachment.bin 


[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux