Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

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
Prev Previous Post   Next Post Next
  #8 (permalink)  
Old February 3rd, 2002
Unregistered
Guest
 
Posts: n/a
Default Hope this helps:

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.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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


All times are GMT -7. The time now is 06:21 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.