View Single Post
  #2 (permalink)  
Old January 28th, 2004
asdfghjkl;
Guest
 
Posts: n/a
Default answer

Add this to your /etc/profile :

JAVA_HOME=/usr/local/j2re1.4.2_03
export JAVA_HOME
export PATH=$JAVA_HOME/bin:$PATH

(Supposed you installed the jre in /usr/local/j2re1.4.2_03...)

Then reboot and presto, should work now.

R.
Reply With Quote