Re: JAVA_HOME

2000-04-06 Thread Chris Kelly
Is there a non-rpm version? Perhaps you could try it the old-fashioned way by editing the config file where they store this information. Or, try it using GnoRPM. I'm no shell script expert, but maybe you need to export JAVA_HOME as well? At 11:13 PM 4/6/00 +0100, John Louis wrote: >Hi, > I just

Re: JAVA_HOME

2000-04-06 Thread John Louis
Hi, I just install IBM JDK1.1.8, and set my .bash_profile like: JAVA_HOME=/usr/jdk118 PATH=$PATH:$HOME/bin:/usr/jdk118/bin ENV=$HOME/.bashrc CLASSPATH=/usr/jdk118/lib export ENV PATH export CLASSPATH=$JAVA_HOME/lib/classes.zip:$CLASSPATH mesg n I try to compile jdk118 demo, and run it, its wor

RE: JAVA_HOME

2000-04-06 Thread Craig Cottingham
> Are you sure you don't need the JDK instead of the JRE > IBM could have a bug in their rpm (this is not beyond the > realm of possibility) > > My money is on the fact that WebSphere is looking for the > full JDK and not just > the JRE. For instance, if I visit IBM's WebSphere > Applicat

Re: JAVA_HOME

2000-04-06 Thread Mark Shacklette
--- > ±H¥óªÌ: Riyad Kalla > ¦¬¥óªÌ: John Louis > ¶Ç°e¤é´Á: 2000¦~4¤ë6¤é > ¥D¦®: 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 wron

Re: JAVA_HOME

2000-04-06 Thread John Louis
Hi,    I  set my JAVA_HOME = /usr/jre118/, and using rpm -ivh --nodeps, still got the same error.     Louis - Original Message - ±H¥óªÌ: Riyad Kalla ¦¬¥óªÌ: John Louis ¶Ç°e¤é´Á: 2000¦~4¤ë6¤é ¥D¦®: Re: JAVA_HOME I'm pretty sure JAVA_HOME should be the base of

Re: JAVA_HOME

2000-04-05 Thread Man Chi Ly
On Wed, 5 Apr 2000, John Louis wrote: > 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 wher

Re: JAVA_HOME

2000-04-05 Thread Juergen Kreileder
> John Louis writes: John> I installed IBMJava118-JRE-1.1.18 on my redhat system, and John> set all the path & classpath. The JAVA_HOME I set to John> /usr/jre118/bin, and I'm try to install John> IBMWebAS-core-2.03-1.i386.rpm using rpm -ivh. It give me John> the error: