View Single Post
  #5 (permalink)  
Old July 11th, 2002
Unregistered
Guest
 
Posts: n/a
Lightbulb LimeWire an SuSE 8.0 HowTO

hi,

remove the symlink for java under /usr/lib/ :

cd /usr/lib/
rm -rf java

make a new java symlink to SunJava2-1.3.1 :

cd /usr/lib/
ln -s /usr/lib/SunJava2-1.3.1 java

type 'll java*' and now you must see something like:

lrwxrwxrwx 1 root root 24 Jul 6 22:53 java -> /usr/lib/SunJava2-1.3.1/

thats all...

and now your LimeWire works fine :-)

cu

PS: you must be root to do this.
Reply With Quote