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.)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 25th, 2002
Novicius
 
Join Date: September 25th, 2002
Location: Scotland
Posts: 2
Stween is flying high
Default Startup error...

Ok, I downloaded the 'latest build' sources from http://www.limewire.org/project/www/download.html, downloaded ant in order to compile, since it was not on my system, got the PATH's and everything pointing to the correct places so ant would run, and ran the ./compile scripts in the core and gui folders of the source package.

Both compiled without error (merely a handful of warnings). The readme's say running the ./run script should Limewire running, yet ./run returns

Code:
Exception in thread "main" java.lang.NoClassDefFoundError: RunLime
Running 'java RunLime' as the readme also suggests brings up a dialog stating:

Code:
STARTUP ERROR
LimeWire version @version@ or above
Java version 1.4.0_01 from Sun Microsystems Inc.
Linux v. 2.5.34 on i386
Free/total memory: 1708896/2031616

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at RunLime.main(RunLime.java:48)
Caused by: java.lang.NoClassDefFoundError: com/limegroup/gnutella/ActivityCallback
	at com.limegroup.gnutella.gui.Main.main(Main.java:17)
	... 5 more
I know questions like this probably get asked time and time again, but a quick search through the forums revealed nothing (and I'm still trying to get my winmodem on my new system running properly, so I've had enough of hunting down TFM to RTFM, please accept my apologies if I've overlooked something ludicrously simple...)

I have one of the more recent java sdk's (the directory is labeled '...1.4.0_01'), and if it makes any difference I'm running Slackware 8.1.

Thanks in advance,
Stween
Reply With Quote
  #2 (permalink)  
Old September 27th, 2002
phil
Guest
 
Posts: n/a
Unhappy

I'm using Mandrake 9.0 just off the press. I got the same problem with LimeWire. I've downloaded the j2re-1_4_1-linux-i586-rpm.bin to replace the older version, but it made no difference. LimeWire will not load.
Reply With Quote
  #3 (permalink)  
Old September 28th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Unhappy My Apologies

Excuse my absence, I've been real busy of late (for about a month) and haven't had time to check up on the list often or provide solutions. I am back (sort of, I have to still get my internet back up soon ...that will be Oct 1) I plan on downloading the latest mandrake distribution and testing LimeWire with this to find any problems and provide solutions. I wish I wasn't so "blind" right now but I am currently over my best friend's house and he is a die hard M$ user (though he denies it) and I sit here helpless without any real OS before me at this moment. Suffering, I endure so that I may revisit one of my favorite forums and provide solutions where ever possible. I must remain strong because when Oct 1 come, I will be busily upgrading all my systems and reconfiguring them so that I can best develop with a "super" multi-booted system with Windows XP (There is work to be done here and support that isn't yet provided by linux), mandrake 9.0, mandrake cooker, gentoo, crux, and linuxfromscratch (cvs). I currently only have it presently multi-booted with everything except crux and gentoo. I wonder if I should share a tutorial on how to do this or is this common knowledge or in a manual somewhere?

altoine
Reply With Quote
  #4 (permalink)  
Old September 28th, 2002
bleh
Guest
 
Posts: n/a
Angry

i get the same error after it's properly compiled...

mdk 9, sdk 1.4.1fcs
Reply With Quote
  #5 (permalink)  
Old September 28th, 2002
Unregistered
Guest
 
Posts: n/a
Default

in the run script, replace the semicolons with colons.

so the line:
CLASSPATH=".;../core/lib/collections.jar;lib;lib/core.jar;../core/lib/xerces.jar;lib/jl011.jar"

should read:

CLASSPATH=".:../core/lib/collections.jar:lib:lib/core.jar:../core/lib/xerces.jar:lib/jl011.jar"

sam
Reply With Quote
  #6 (permalink)  
Old September 28th, 2002
happy_bleh
Guest
 
Posts: n/a
Smile

thanks, it worked
Reply With Quote
  #7 (permalink)  
Old September 29th, 2002
Novicius
 
Join Date: September 25th, 2002
Location: Scotland
Posts: 2
Stween is flying high
Default

Hey thanks, that worked (I must not have been paying too much attention when I looked over the errors. I should have been able to figure *that* out )

Cheers anyway.

Still confused by nDiScReEt's post. Sounds like that would have been more appropriate in a thread all of it's own...
Reply With Quote
  #8 (permalink)  
Old September 29th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Lightbulb Indeed

Quote:
Originally posted by Stween
Hey thanks, that worked (I must not have been paying too much attention when I looked over the errors. I should have been able to figure *that* out )

Cheers anyway.

Still confused by nDiScReEt's post. Sounds like that would have been more appropriate in a thread all of it's own...
You are correct. My apologies.
Reply With Quote
  #9 (permalink)  
Old October 23rd, 2002
Unregistered
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Unregistered
in the run script, replace the semicolons with colons.

so the line:
CLASSPATH=".;../core/lib/collections.jar;lib;lib/core.jar;../core/lib/xerces.jar;lib/jl011.jar"

should read:

CLASSPATH=".:../core/lib/collections.jar:lib:lib/core.jar:../core/lib/xerces.jar:lib/jl011.jar"

sam
What run file are you refering to? In none of my run files does any CLASSPATH have anything close to this after it.
Reply With Quote
  #10 (permalink)  
Old October 25th, 2002
nDiScReEt's Avatar
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Look Here

Quote:
Originally posted by Unregistered


What run file are you refering to? In none of my run files does any CLASSPATH have anything close to this after it.
It is here:

runLime.sh

(It can only be ran from the same directory)

unless of course, you want to make a binary that you can run anywhere, use this command to create such an executable:

ln -s /home/mynick/LimeWire/LimeWire /usr/bin/limewire

(Please substitute the path to the LimeWire executable with your directory path instead)

Now all you will have to do in order to run the program from anywhere is simply to type:

limewire

Creating a menu entry to use this program I hope is self-explanatory.

altoine

Last edited by nDiScReEt; October 25th, 2002 at 06:21 PM.
Reply With Quote
Reply


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
Please Help Me! Startup error! 2hot4u Windows 3 December 8th, 2005 01:22 PM
Startup Error again ... Unregistered General Linux Support 3 December 21st, 2002 12:10 PM
startup error kcrosby General Windows Support 0 November 4th, 2002 08:23 PM
Startup Error Unregistered General Windows Support 7 May 28th, 2002 07:45 PM
Startup error Unregistered Support: General 2 November 26th, 2001 02:21 PM


All times are GMT -7. The time now is 07:32 AM.


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.