![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() Hi, 1) You might want to try hard-wiring the CLASSPATH in your runLime.sh, like so: CLASSPATH="/your/limewire/directory:/your/limewire/directory/collections.jar" ... and so on for the rest of the jar files. 2) Here's a generic runLime.sh that starts up in the correct directory every time, for any user, so you don't have to change it if you move the LimeWire directory... #!/bin/sh WD=`dirname $0` cd $WD CLASSPATH=".:collections.jar:xerces.jar:jl011.jar" export CLASSPATH java -jar RunLime.jar Hope this helps. -J. |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
exception in thread "main" java.lang --- install problem | jiggm | General Linux Support | 4 | September 17th, 2003 06:12 AM |
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | pengu|nator | General Linux Support | 4 | December 13th, 2002 03:32 PM |
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | pengu|nator | General Linux Support | 0 | December 8th, 2002 05:35 AM |
Exception in thread "main" java.lang.NoClassDefFoundError: lax/nl/java/option/java/st | jllabres | General Linux Support | 6 | October 17th, 2002 05:26 PM |
Exception in thread "main" java.lang.NoClassDefFoundError: lax/nl/java/option/java/st | jllabres | General Linux Support | 2 | October 13th, 2002 02:06 AM |