View Single Post
  #2 (permalink)  
Old January 1st, 2003
Darylf Darylf is offline
Apprentice
 
Join Date: December 19th, 2002
Posts: 5
Darylf is flying high
Default

Hello,

Its not that you are installing it wrong, you have to put a link from the /usr/j2re.../bin folder to your /usr/bin folder and call it java that should fix it for you. I have worked on this for weeks and final got it working by doing this. Good Luck

Here is the actually link i used in root

at prompt type: su root
then your password

ok now put this in :

ln -s /usr/java/j2re1.4.0_03/bin/java /usr/bin/java


that worked for me, I didnt have to edit any bash file or anything.

Last edited by Darylf; January 1st, 2003 at 01:17 PM.
Reply With Quote