You need to put in your /usr/bin... Sun's j2re installs in a very stupid place, you'll have to make a symlink from the java executable to your /usr/bin directory. First log in as root "su" then
ln -s <directory to java executable here, i.e: /usr/java/j2re1.4.1_01/bin/java> /usr/bin. That will allow limewire to find your jvm. |