Limewire issue

Strange.

Make sure you have JAVA correctly installed and it is configured as the default. Ubuntu likes to use a GPL version until you tell it not to (don't know about Mandy)

Maybe the RPM didn't install correctly or is incompatible with Mandy. You might want to download the .tar version instead
 
I used the urpmi command to get it if that means anything...How do I set it as default?
 
I used the urpmi command to get it if that means anything...How do I set it as default?

Which method did you use to install JAVA?

In Kubuntu I use the following command to set the default JAVA:

Code:
sudo update-alternatives --config java
 
Back
Top