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 July 31st, 2001
Unregistered
Guest
 
Posts: n/a
Angry limewire and suse 72

hi,

i've tried the solution by editing the runlime.sh
changed:
/usr/lib/jdk1.1.8/bin/java -classpath . RunLime

That do not work.
Message:
Unable to initialize threads: cannot find class java/lang/Thread

What is wrong? Do i need jdk1.3.1?

Thx
Reply With Quote
  #2 (permalink)  
Old August 23rd, 2001
Unregistered
Guest
 
Posts: n/a
Angry cannot find class java/lang/Thread - SuSE 7.2

Hi,

I'm trying to get this LimeWire to run but I keep getting this error; "Unable to initialize threads: cannot find class java/lang/Thread ". I'm running SuSE 7.2 and I've got 1.1.8 Java installed. So do we have a solution?
Reply With Quote
  #3 (permalink)  
Old August 24th, 2001
Novicius
 
Join Date: August 24th, 2001
Posts: 3
lzhuk is flying high
Question

I get the same error. I have Suse 7.0 PPC (Mac) and jdk1.1.8. I've downloaded jdk1.3.1 but have hard time uncompressing it and installing. Do you know what utility I should use to uncompress *.bin files? thanks.
Reply With Quote
  #4 (permalink)  
Old August 24th, 2001
Unregistered
Guest
 
Posts: n/a
Unhappy Re: cannot find class java/lang/Thread - SuSE 7.2

Quote:
Originally posted by Unregistered
Hi,

I'm trying to get this LimeWire to run but I keep getting this error; "Unable to initialize threads: cannot find class java/lang/Thread ". I'm running SuSE 7.2 and I've got 1.1.8 Java installed. So do we have a solution?
Well I think I solved the above problem by installing j2re 1.3.1.

this is installed in /opt/jre131
LimeWire is in my home directory.

when I try to run LimeWire (sh limewire.sh)
I get a java not found error. So what do I do now?

Thanks,
DancesWithWords
Reply With Quote
  #5 (permalink)  
Old August 24th, 2001
Unregistered
Guest
 
Posts: n/a
Angry

Well I tried something else. According to another post I need to my a link form Java to my /usr/bin, which I've now done.

So when I put in the commands...

sh runlime.sh
or
java -cp . RunLime
or
java -cp .:LimeWire.jar:collections.jar com.limegroup.gnutella.gui.Main

nothing happens. No error message, just nothing. So once again I still need some help.


Ciao,
DancesWithWords
Reply With Quote
  #6 (permalink)  
Old August 25th, 2001
Unregistered
Guest
 
Posts: n/a
Default

Everyone who has trouble using LimeWire heed the following advice

Install/Unpack troubles
(1) Download jre 1.3.1! Follow the install guide posted by SUN:
http://java.sun.com/products/archive...all-linux.html
HOWEVER be careful with the filenames! The description is for jre 1.3.0 you'll need jre 1.3.1!

(2) Running LimeWire under Linux:
at the shell run: "sh runlime.sh"

(3) Running LimeWire while you have yet another version of Java installed (very common, especially under SuSE)
(3.1) Locate the "java executable". If you installed via rpm, this should be found under:
/usr/java/jre1.3.1/bin/java otherwise use locate to locate the java file ("locate java |grep bin" unless you want to get 1000 hits and "updatedb" to get a current database)
In any case the "java" file should be a link to ".java_wrapper"!
(3.2) Try running Limewire at the shell with:
"J2SE_PREEMPTCLOSE=1; export J2SE_PREEMPTCLOSE"
followed by
"/usr/java/jre1.3.1/bin/java -classpath . RunLime"
(3.3) If this works (and thio _should_ work) you should edit the "runlime.sh" file and replace
"java -classpath . RunLime" with the last statement to point the system to the correct location of the "java" version you want to use.

Best wishes and please _share the files_ don't just grab'em!

Jochen
Reply With Quote
  #7 (permalink)  
Old August 26th, 2001
Unregistered
Guest
 
Posts: n/a
Unhappy

Quote:
Originally posted by Unregistered
Everyone who has trouble using LimeWire heed the following advice

Install/Unpack troubles
(1) Download jre 1.3.1! Follow the install guide posted by SUN:
http://java.sun.com/products/archive...all-linux.html
HOWEVER be careful with the filenames! The description is for jre 1.3.0 you'll need jre 1.3.1!

(2) Running LimeWire under Linux:
at the shell run: "sh runlime.sh"

(3) Running LimeWire while you have yet another version of Java installed (very common, especially under SuSE)
(3.1) Locate the "java executable". If you installed via rpm, this should be found under:
/usr/java/jre1.3.1/bin/java otherwise use locate to locate the java file ("locate java |grep bin" unless you want to get 1000 hits and "updatedb" to get a current database)
In any case the "java" file should be a link to ".java_wrapper"!
(3.2) Try running Limewire at the shell with:
"J2SE_PREEMPTCLOSE=1; export J2SE_PREEMPTCLOSE"
followed by
"/usr/java/jre1.3.1/bin/java -classpath . RunLime"
(3.3) If this works (and thio _should_ work) you should edit the "runlime.sh" file and replace
"java -classpath . RunLime" with the last statement to point the system to the correct location of the "java" version you want to use.

Best wishes and please _share the files_ don't just grab'em!

Jochen

Well I tried want you suggested and this is what I get. So it still not working for me. (running SuSE 7.2)

root@geeko:/home/bsteph/LimeWire > J2SE_PREEMPTCLOSE=1; export J2SE_PREEMPTCLOSE/usr/lib/jre1.3.1/bin/java -classpath . RunLime
bash: export: `J2SE_PREEMPTCLOSE/usr/lib/jre1.3.1/bin/java': not a valid identifier
bash: export: `-classpath': not a valid identifier
bash: export: `.': not a valid identifier
root@geeko:/home/bsteph/LimeWire > exit
exit
bsteph@geeko:~/LimeWire >


Thanks
DancesWithWords
Reply With Quote
  #8 (permalink)  
Old August 26th, 2001
Unregistered
Guest
 
Posts: n/a
Default

well I spoke to soon. It did work I just was not reading instructions properly. thanks.
Reply With Quote
  #9 (permalink)  
Old August 30th, 2001
Unregistered
Guest
 
Posts: n/a
Default starting limewire in SuSE 7.2

first of all i would llike to say "Thank you Jochen!" for the install help/instructions.
my question is: "Is there a way to make a desktop icon (or something similar) to start limewire (so I don't have to open a shell and type the runlime script)?"

penguin@cox-internet.com
Reply With Quote
  #10 (permalink)  
Old August 31st, 2001
Unregistered
Guest
 
Posts: n/a
Default

there is a question I'd like answered too.


DancesWithWords
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
SuSE 9 and LimeWire branchms General Linux Support 0 March 2nd, 2004 08:43 AM
suse 8.1 and limewire help please vesnick General Linux Support 3 December 25th, 2002 04:50 AM
SuSE 8.0 and LimeWire Unregistered General Linux Support 10 October 13th, 2002 02:25 AM
LimeWire under SuSE 8.0 Unregistered General Linux Support 5 July 13th, 2002 11:10 AM
limewire on suse 7.1 santellij General Linux Support 13 August 24th, 2001 02:02 PM


All times are GMT -7. The time now is 04:15 AM.


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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.