Thanks,
one step closer. It is nice to know that the variable does show up when I echo.
The problem is I am not pointing to the correct spot, because it still gives me the same error.
usr/local
/j2re1.4.1_02
/bin
I have tried all these dir combonation, and still no go. Which file is it looking for so I can make sure I am going to the right dir. I did not do the install of the JDK1.4, so I am only assuming that this is the correct location, based on the path settings.
David
Main Topics
Browse All Topics





by: mlafortunePosted on 2003-05-22 at 12:35:08ID: 8567022
You just have to set JAVA_HOME in your .cshrc it will be something like:
setenv JAVA_HOME /the/home/of/the/jre
You have to logoff and login back for the change to apply, once you've done that you can double check that everything went ok by doing
echo $JAVA_HOME
at the prompt, this should give you the /the/home/of/the/jre you entered in the .cshrc