Hello Clyde,
cj>So despite what the install README says; assuming an install
cj>directory of /usr/local/jdk1.2.2, the env variables need to be set to:
cj>
cj>PATH=$PATH:/usr/local/jdk1.2.2/bin:
cj>CLASSPATH=/usr/local/jdk1.2.2/jre/:.
cj>JAVA_HOME=/usr/local/jdk1.2.2
Sorry, this is not correct. At least with JDK 1.2.2 RC4 you do NOT need to
specify any of these variables. The PATH is convenient, of course, but you can
also run the java binaries without having the "bin" directory in the PATH (by
giving the complete path on the command line, for example).
You only need to specify the CLASSPATH if you want to have more than the
standard JARs in it (and then, it is probably better to specify the pathes on
the java command line instead since you will probably have different
classpath's for different applications)
MbG, Ekkehard
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]