Danster
02-02-2001, 12:40 PM
I've installed java 1.3 in /usr/java/jdk1.3 but I don't know how to set the classpath for the interpreter??
:confused:
for example I'm also trying to install tomcat which says: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.html
Set the environment variable JAVA_HOME to point to the root directory of your JDK hierarchy, then add the Java interpreter to your PATH environment variable.
is this what they mean:
JAVA_HOME=/usr/java/jdk1.3; export JAVA_HOME
but where is the interpreter and how do I set the PATH?
:confused:
for example I'm also trying to install tomcat which says: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.html
Set the environment variable JAVA_HOME to point to the root directory of your JDK hierarchy, then add the Java interpreter to your PATH environment variable.
is this what they mean:
JAVA_HOME=/usr/java/jdk1.3; export JAVA_HOME
but where is the interpreter and how do I set the PATH?