Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Problem to run Lime Wire @ Linux (https://www.gnutellaforums.com/general-linux-support/11454-problem-run-lime-wire-linux.html)

Unregistered May 16th, 2002 04:21 PM

Problem to run Lime Wire @ Linux
 
Hi
i had in stall Lime Wire with out any problem on my linux.
But when i try to run it, i get this error-message:

nils@nilsux:~/LimeWire> sh LimeWire
Invocation of this Java Application has caused an InvocationTargetException. Thi

Stack Trace:
java.lang.NoClassDefFoundError: javax/swing/JDialog
at
at RunLime.showInternalError(Unknown Source)
at RunLime.main(Unknown Source)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)

Hass anyone any Idear

greats
Nils

nDiScReEt May 17th, 2002 11:42 PM

Re: Problem to run Lime Wire @ Linux
 
Quote:

Originally posted by Unregistered
Hi
i had in stall Lime Wire with out any problem on my linux.
But when i try to run it, i get this error-message:

nils@nilsux:~/LimeWire> sh LimeWire
Invocation of this Java Application has caused an InvocationTargetException. Thi

Stack Trace:
java.lang.NoClassDefFoundError: javax/swing/JDialog
at
at RunLime.showInternalError(Unknown Source)
at RunLime.main(Unknown Source)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)

Hass anyone any Idear

greats
Nils

I never seen this before but maybe you don't have your path to $JAVA_HOME setup properly? Try this link and let me know if you have the same result:

http://www.gnutellaforums.com/showt...&threadid=11187

altoine

Unregistered June 15th, 2002 12:19 AM

trouble running LimeWire
 
I received the exact same thing. Any ideas?

Unregistered June 15th, 2002 05:36 AM

Run java -version at a prompt and see what Java runtime you're using. If it's Kaffe, it won't work. You should install Sun's 1.4.0 runtime library and add $JAVA_HOME/bin to your path. You may have to rename or delete the Kaffe Java binary in /usr/bin.

Unregistered June 24th, 2002 07:06 PM

Should solve problem
 
You may have this problem because, although you have installed the Java 2 Runtime Environment version 1.3.1 or greater, the launcher/shell script is still referring to an older version present on your system.

I was able to solve this problem by editing runLime.sh in my LimeWire directory and explicitly calling the java executable in the directory of the newer version.

that is, in runLime.sh, I changed:
java -jar RunLime.jar

to
/home/imp/jre1.3.1_03/bin/java -jar RunLime.jar

You'll want to replace /home/imp/jre1.3.1_03 with wherever you have installed the newer java version. Note that the /bin subdirectory is where the java executable is located.

then run LimeWire using:
sh runLime.sh

from the LimeWire directory.

This worked for me, anyway.
Good luck.

-imp


All times are GMT -7. The time now is 04:01 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.