View Single Post
  #4 (permalink)  
Old December 11th, 2001
Unregistered
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Unregistered
Well I had a similar sollution and I thought I'd post it here. I am using RedHat 7.2. I did the following.

uninstalled kaffe with the following command
rpm -e kaffe
then I uninstalled jre
rmp -e jre
Then I reinstalled the 1.3.1_01 version
rpm -Uiv jre*
Then I made a symbolic link to the java in my java bin folder
ln -s /usr/java/jre1.3.1_01/bin/java /usr/bin java
after that everything seemed to work. Hope that helps some of you.
THANKS A TON! Worked perfectly with one modification:

ln -s /usr/java/jre1.3.1_01/bin/java /usr/bin

Someone needs to contact LimeWire and have them add that to their faq!!
Reply With Quote