(Forgot the cc, too -- does this list need that?)

Hi, Pico -- I'm on Ibex (8.10).
> I think I have the sun jdk 6 setup -- I've certainly followed tutorials to
> ensure I have.
> If I type "echo $JAVA_HOME" I get "/usr/lib/jvm/java-6-sun".
> If I type "which java", I get "/usr/bin/java", which links (via
> /etc/alternatives/java) to "/usr/lib/jvm/java-6-sun/jre/bin/java".
> If I type "java -version", I get the following:
>   java version "1.6.0_10"
>   Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
>   Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
>
> And if I type "update-java-alternatives -l", I get the following:
>   java-1.5.0-sun 53 /usr/lib/jvm/java-1.5.0-sun
>   java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk
>   java-6-sun 63 /usr/lib/jvm/java-6-sun
>
> The problem is that the script to launch the server does not seem to find
> the JAVA_HOME variable.
> Cheers,
>    Doug.

Reply via email to