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
  #11 (permalink)  
Old November 25th, 2001
John Blackbelt Jones's Avatar
Gnutella Veteran
 
Join Date: November 11th, 2001
Location: Germany
Posts: 103
John Blackbelt Jones is flying high
Default

Set the classpath to /usr/local/java/jre1.3.1_01/lib/rt.jar and try again. If it still doesn't work, try the version without installer (or try editing the installer with a simple texteditor).
Reply With Quote
  #12 (permalink)  
Old November 25th, 2001
Unregistered
Guest
 
Posts: n/a
Default

I've tried this John.
On Sun web site I've just found this which could be an explanation ->

Note concerning Red Hat 7: The Java 2 Runtime Environment v1.2.2 will not work with Red Hat 7. Users who want to run the Java 2 Runtime Environment on Red Hat 7 can try using new version Java 2 Runtime Environment v1.3.0 for Linux. The Java 2 Runtime Environment v1.3.0 was tested on Red Hat 6.1 and is not officially supported on Red Hat 7, but there are no known problems with running the Java 2 Runtime Environment v1.3.0 on Red Hat 7 as long as the Classic VM is not used.

So, someone know what means "as long as the Classic VM is not used" ??
Reply With Quote
  #13 (permalink)  
Old November 25th, 2001
John Blackbelt Jones's Avatar
Gnutella Veteran
 
Join Date: November 11th, 2001
Location: Germany
Posts: 103
John Blackbelt Jones is flying high
Default

Nope, if that was the problem you would get a segfault instead of a ClassNotFoundException which is typical for a faulty classpath.
Reply With Quote
  #14 (permalink)  
Old November 30th, 2001
Novicius
 
Join Date: November 30th, 2001
Posts: 3
peterm is flying high
Default Got it working

Hi

After some playing and reading around about this:
1.) JDK or JRE must be installed. I installed
SUN's jdk1.3.1_01 (no go with jre 1.3.1, but
please, somebody verifies this..)
2.) after installation of JDK/Jre, check IN
A SHELL-WINDOW, which version of Java/jre really
gets executed. Do this by typing
java -version
(if something like command not found
gets displayed, adjust PATH to contain
the directory where Java/JDK has been
installed (type PATH=/usr/lib/jdk1.3.1_01/jre/bin:$PATH;export PATH
in THE SAME shell-window,
check again which java -version is found
and then RE-INSTALL Limewire in THE SAME shell-window AGAIN.
Afterwards, adjust your PATH in .profile or .bashrc


Reply With Quote
  #15 (permalink)  
Old November 30th, 2001
Unregistered
Guest
 
Posts: n/a
Default here is how it works

Using Mandrake 8.1
I do everything as root here...

I downloaded the Newest JDK from java.sun.com (1.3)
it comes in a .bin file, chmod it to 777 then install it.
I then went into the /root/.bashrc file and added the path to the bin to it "/java/jdk1.3.1_01/bin"
then at the command line type . .bashrc to reload it.
then type java in a terminal, if the path works you should see it, if it didn't it will tell you it didn't find it.
then download Limewire, I installed it using all default setting which included the install directory of /root/LimeWire...the first time I tried to change that to /var/Limewire and it wouldn't work. So stick with the default settings.

then just go into the /root/LimeWire Directory and type ./LimeWire18c
and it should start right up

Hope this helps
Reply With Quote
  #16 (permalink)  
Old December 2nd, 2001
Unregistered
Guest
 
Posts: n/a
Angry RH7.1

Using RH7.1
At first I got the NoClassFound... message in java... (I had jdk1.2.2)
then I:
- Install the new jre1.3.1_1
- adjust the PATH correctly
- reinstall Limewire
now a get:
$ LimeWire18c
/home/matias/bin/LimeWire18c: line 1: 2970 Segmentation fault "/usr/local/jre1.3.1_01/bin/java" -Xmx100000000 -Xms20000000 com.zerog.lax.LAX "/home/matias/LimeWire/LimeWire18-c.lax" "/tmp/env.properties.2908"

What can I do now??
Reply With Quote
  #17 (permalink)  
Old December 3rd, 2001
John Blackbelt Jones's Avatar
Gnutella Veteran
 
Join Date: November 11th, 2001
Location: Germany
Posts: 103
John Blackbelt Jones is flying high
Default

http://forums.gnutelliums.com/showth...?threadid=5351

The fix for that problem has already been posted.
Reply With Quote
  #18 (permalink)  
Old December 3rd, 2001
Unregistered
Guest
 
Posts: n/a
Angry prob

hello. i have a similar problem with my limewire. that's the message which appears on startup:

STARTUP ERROR
Java version 1.2.2 from Sun Microsystems Inc.
Linux v. 2.2.16 on i386
Free/total memory: 11202784/20000760

java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: javax/sound/sampled/Line
at com.limegroup.gnutella.gui.mp3.MediaPlayerComponen t.<init>(MediaPlayerComponent.java:56)
at com.limegroup.gnutella.gui.StatusLine.<init>(Statu sLine.java:101)
at com.limegroup.gnutella.gui.MainFrame.<init>(MainFr ame.java:127)
at com.limegroup.gnutella.gui.GUIMediator.<init>(GUIM ediator.java:110)
at com.limegroup.gnutella.gui.GUIMediator.instance(GU IMediator.java:219)
at com.limegroup.gnutella.gui.Initializer.initialize( Initializer.java:97)
at com.limegroup.gnutella.gui.Main.main(Main.java:17)
at java.lang.reflect.Method.invoke(Native Method)
at RunLime.main(RunLime.java:77)
at java.lang.reflect.Method.invoke(Native Method)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)

hope someone can help me ,too.

greetz rene
Reply With Quote
  #19 (permalink)  
Old December 30th, 2001
Unregistered
Guest
 
Posts: n/a
Default Re: here is how it works

Quote:
Originally posted by Unregistered
Using Mandrake 8.1
I do everything as root here...

I downloaded the Newest JDK from java.sun.com (1.3)
it comes in a .bin file, chmod it to 777 then install it.
I then went into the /root/.bashrc file and added the path to the bin to it "/java/jdk1.3.1_01/bin"
then at the command line type . .bashrc to reload it.
then type java in a terminal, if the path works you should see it, if it didn't it will tell you it didn't find it.
then download Limewire, I installed it using all default setting which included the install directory of /root/LimeWire...the first time I tried to change that to /var/Limewire and it wouldn't work. So stick with the default settings.

then just go into the /root/LimeWire Directory and type ./LimeWire18c
and it should start right up

Hope this helps

please post your .bashrc, cause i really get sick of this damn java-path.
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
get java error when trying to excute LimeWire 1.8 in SuSE Linux 7.1 Pro. w/KDE 2.0.1 Unregistered General Linux Support 8 November 30th, 2001 03:32 PM
Invalid Class String Error Unregistered Support: General 2 November 23rd, 2001 10:28 AM
insight on invalid class string error guru Support: General 4 September 29th, 2001 01:31 AM
Invalid Class string error Newbie Support: General 1 September 21st, 2001 03:19 PM
LINUX AND JRE1.3.1: How can I fix this error message running limewire? Unregistered General Linux Support 2 July 15th, 2001 12:19 AM


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