View Single Post
  #1 (permalink)  
Old March 15th, 2005
truthfatal truthfatal is offline
Novicius
 
Join Date: March 15th, 2005
Posts: 2
truthfatal is flying high
Default "Something went wrong with LimeWire"

When you respond please keep in mind that I'm the biggest newbie in existence

Code:
[truthfatal@localhost ~]$ limewire
Starting LimeWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2_07]
Configuring environment...
Loading LimeWire:
java.lang.UnsatisfiedLinkError: /usr/java/j2re1.4.2_07/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: 
No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at sun.security.action.LoadLibraryAction.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Toolkit.loadLibraries(Unknown Source)
        at java.awt.Toolkit.<clinit>(Unknown Source)
        at com.limegroup.gnutella.gui.Main.showInitialSplash(Main.java:52)
        at com.limegroup.gnutella.gui.Main.main(Main.java:26)

******************************************************************
Something went wrong with LimeWire.
Maybe you're using the wrong version of Java?
(LimeWire is tested against and works best with with Sun's JRE, Java 1.4+)
The version of Java in your PATH is:
java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
Code:
[truthfatal@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.10-1.770_FC3 #1 Thu Feb 24 14:00:06 EST 2005 i686 i686 i386 GNU/Linux
Code:
[truthfatal@localhost ~]$ java -version
java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
Java downloaded from
[http://java.sun.com/j2se/1.4.2/download.html]

LimeWire downloaded from Limewire
[http://www.limewire.com/english/content/download.shtml]

*Edit*
Perhaps I should ask a question as well.....
What went wrong?

Last edited by truthfatal; March 15th, 2005 at 10:46 AM.
Reply With Quote