View Single Post
  #4 (permalink)  
Old July 31st, 2002
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: I did everything you said and it still don't work...

Quote:
Originally posted by OTazman
I did everything you said but one thing was different, it said that kaffe was not installed, so I continued to follow the easy steps and still said I nned to install a VM on my computer.. so what next?


Thanks in advance,
Sean Dolan
[COLOR=skyblue][COLOR=royalblue]

export JAVA_HOME=/usr/java/j2re1.4.0_01
export PATH=$JAVA_HOME/bin:$PATH

Is /usr/java/j2re1.4.0_01 really the path to your java version?

To test type:

which java

Do you get any output?
If you get output, that should be what goes after JAVA_HOME.
In the second export command (PATH), is JAVA_HOME referenced as #JAVA_HOME or JAVA_HOME as the $, dollar sign, is needed in the second export line not the first.
In the second line, is $JAVA_HOME/bin followed directly by $PATH with no :, colon, or is it followed with a :, colon ($JAVA_HOME/bin:$PATH)?
It needs to be followed by a :, colon.

Did you make sure that when you exported JAVA_HOME, you made sure the cases matched? (As it is case sensitive --for the newbies)

I postulate that one of the above questions will answer and solve your problem.

altoine[FONT=arial][FONT=arial][FONT=arial][FONT=arial]

Last edited by nDiScReEt; July 31st, 2002 at 11:42 PM.
Reply With Quote