Here's the information re: setting up path for jdk1.5.0
1. Path Variable - Add the absolute path of the "/usr/java/jdk1.5.0/bin/java"
directory to your Unix path variable, as follows. The path variable enables
Solaris to find the executables (javac, java, javadoc, etc.) from any current
directory. To find out if the path is currently set for any java tools,
execute: ernie> which java This will print the path to java, if
it can find it. If you use the C shell (csh) or T shell(tcsh), you can
set the path in your startup file (~/.cshrc) or (~/.tcshrc>as follows,
for example:
set path=(/usr/java/jdk1.5.0/bin/java
$path \.)(for
.tcshrc file)
Then load the startup file and verify that the path is
set by repeating the "which" command above: ernie> source ~/.cshrc or
source ~/.tcshrc ernie>which java
This will print the path to java.
For more information
on Java, click here.Java_README
Java's HomePage
Last Update: 09/24/2002