On Thursday 13 June 2002 11:15, you wrote:
> I'm downloading Tomcat 4.0 and in the RUNNING.txt file, i need to know how
> to do this:
>
> "set an environment variable JAVA_HOME to the pathname of the directory
> into which you installed the JDK release"
>
> Can anyone help me out?
> Thanks.

Well, say you install the JDK to /usr/local/jdk.  Then what you want to
do is set the JAVA_HOME environment variable to /usr/local/jdk.

In bash you'd do so thusly:
 JAVA_HOME=/usr/local/jdk
 export JAVA_HOME

or the abbreviate version:
 export JAVA_HOME=/usr/local/jdk


~Rob

-- 
Rob Saul.:|:[EMAIL PROTECTED]:|:.de recta non tolerandum sunt



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to