View Single Post
  #13 (permalink)  
Old January 31st, 2002
Unregistered
Guest
 
Posts: n/a
Lightbulb I got it working

Hello all, I know the error messages you get. I got them. And no one could make sense of it sending me on wild goose chases. But I think I figured something out.

In Redhat 7.2:
Even though you install the RPM of Sun's JRE there is STILL an OLD java in /usr/bin so I did this:
(as root)
mv /usr/bin/java /usr/bin/java.old
ln -s /usr/java/jre1.3.1_02/bin/java /usr/bin/java

Basically this moves and renames the non-working java to java.old, then makes a symbolic link to the java we want to use.

Limewire worked right away :-)

AOL-IM: toodeep2c
Reply With Quote