Re: Java...again


Subject: Re: Java...again
From: Neil Moomey (neilmoomey@gci.net)
Date: Mon Oct 28 2002 - 22:11:12 AKST


Find the JVM and see if you can execute it. Here's what it looks like
on my workstation. Note, I have the full SDK but you can do the same
with the JRE.

/usr/java/j2sdk1.4.0_01/bin/java -version

Which prints this:

java version "1.4.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)

Now add this path /usr/java/j2sdk1.4.0_01/bin to the PATH and CLASSPATH
variable. Some people like to set the JAVA_HOME variable to
/usr/java/j2sdk1.4.0_01 I think.

Neil

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Mon Oct 28 2002 - 21:20:54 AKST