----- Original Message -----
傳送日期: 2000年4月6日
主旨: Re: JAVA_HOME
I'm pretty sure JAVA_HOME should be the base of
that dir... /usr/jre118, and that the /bin part should be in your
PATH...
I could be wrong, but what I remember from
setting up java 1.1.x this was the case... so you could do things
like:
JAVA_HOME=/usr/jre118
PATH=$JAVA_HOME/bin:$PATH
CLASSPATH=$JAVA_HOME/classes.zip:$CLASSPATH
or something along those lines...
-Riyad
----- Original Message -----
Sent: Wednesday, April 05, 2000 3:04
PM
Subject: JAVA_HOME
Hi,
I installed IBMJava118-JRE-1.1.18 on my
redhat system, and set all the path & classpath. The JAVA_HOME I
set to /usr/jre118/bin, and I'm try to install
IBMWebAS-core-2.03-1.i386.rpm using rpm -ivh. It give me the
error:
Cannot find where java is installed on this system.
Please make sure the JDK or JRE is installed and set JAVA_HOME before
installing this package.
I run the jre, it is working. Can anyone tell me the
JAVA_HOME is set correctly?
Louis