Jump to content

I need help with Limewire running... [solved]


olddays
 Share

Recommended Posts

HEllo ,

I have just found limewire rpm file. I tried to install. It told me to install j2re 1.4.1 package. I found it and installed completely. Then I installed limewire. I found the limewire file and opened it sh file with sh command. It gave me these :

 

[root@localhost LimeWire]# sh runLime.sh
Starting LimeWire...
Java exec not found in PATH, starting auto-search...
OOPS, unable to locate java exec in  /usr/lib/  hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
Java exec found in  /usr/java/j2re1.4.1/bin/
Suitable java version found  [/usr/java/j2re1.4.1/bin/java = 1.4.1]
Configuring environment...
Loading LimeWire:
java.lang.UnsatisfiedLinkError: /usr/java/j2re1.4.1/lib/i386/libfontmanager.so:
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or direct
ory
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)
	at java.lang.Runtime.loadLibrary0(Runtime.java:788)
	at java.lang.System.loadLibrary(System.java:832)
	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:42)
	at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
	at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:1
25)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:140)
	at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi
ronment.java:62)
	at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:72)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:140)
	at java.awt.Toolkit$2.run(Toolkit.java:712)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:703)
	at com.limegroup.gnutella.gui.Main.showInitialSplash(Main.java:67)
	at com.limegroup.gnutella.gui.Main.main(Main.java:39)

******************************************************************
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:
runLime.sh: line 117: java: command not found

 

Sorry for the long code entry. Thank you for your helps , I really need them..

Edited by mystified
Link to comment
Share on other sites

I never used limewire, but...

 

Your java is probably not in your $PATH. Do

 

whereis java

 

You should see it somewhere. If not, use

 

ln -s [where java is] [in your (local/)bin directory]

 

Also, is your environment variable, JAVA_HOME, correct?

Do

 

env (or env | grep JAVA [for a short list])

 

If not correct, use the "set" command, and then "export".

Unfortunately, I'm not too familiar with the syntax. Do

 

man set

man export

 

to learn more.

 

For java version, do

 

java -version

 

If you have an old java, download and install a newer version.

 

http://www.java.com/en/download/index.jsp

 

For me, I have

 

$whereis java

java: /usr/local/bin/java /usr/local/java

$ env | grep JAVA

JAVA_HOME=/usr/lib/jre-1.4.2_09

$ java -version

java version "1.5.0_09"

Java 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)

Java HotSpot Client VM (build 1.5.0_09-b03, mixed mode, sharing)

 

Hope this help.

 

Sheng-Chieh

Link to comment
Share on other sites

I had similar problems with Frostwire, but I uninstalled Frostwire and don't know what I did.... I did get it running however with help from their chat channel, it was really simple to fix though.

 

(edit: does limewire start at all? I reinstalled frostwire and get similar messages but it does start)

Edited by ffi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...