Java Development Kit ver. 1.1.6 installed

Daniel Rathjens (drathj01@cs.fiu.edu)
Tue, 28 Apr 1998 11:00:11 -0400

Sun's Java Development Kit version 1.1.6 has been installed for use on
the
SCS Solaris machines. The default Java Development Kit will still be
version
1.1.5. All this means is that JAVA_HOME is set to /depot/jdk1.1.5 by
default.

If you would like to use the new version or an older version simply
change the value of JAVA_HOME to the correct path. Available versions
are:

/depot/jdk1.1.6
/depot/jdk1.1.5
/depot/jdk1.1.4
/depot/jdk1.1.3
/depot/jdk1.1
/depot/java-1.0.1

If you are using tcsh like most sane people you can accomplish this by:
setenv JAVA_HOME /depot/jdk<version>

That works in csh too. If you are using the bourne shell, ksh, or bash:
JAVA_HOME=/depot/jdk<version>
export JAVA_HOME

Of course, if you'd like to change the version setting for more than one
session you can append the above commands to your .cshrc file.
After setting the JAVA_HOME var to the desired version, the appropriate
executables, class files, and libraries will be used whenever you run one
of the java executables or appletviewer thanks to a few shell script
wrappers.

Please send any questions or comments to request@cs.fiu.edu

----------------------------------------------------------------------
This message brought to you by the scsnet-info mailing list. To unsubscribe
send a email message with the *body* being the word unsubscribe to
scsnet-info-request@cs.fiu.edu. Archives of all messages are available at:
http://www.cs.fiu.edu/support/scsnet-info-archive