![]() |
|
|||||||
| 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.) |
![]() |
|
|
Thread Tools | Display Modes |
|
#21
|
|||
|
|||
|
I have had these problems too with SuSE 7.1 Professional. Here is what I did to fix the problem.
In Xwindows, I opened a terminal, and typed: xhost + I then su'd to root: su - I then set my display: export DISPLAY=:0 I then ran the installer: sh ./LimeWireLinux.bin And the GUI appeared and I was running. |
|
#22
|
|||
|
|||
|
LimeWire Install for Linux 7.2
First you will need to uninstall Kaffe if it is installed on your system. do this as root also you will need to install an JRE you can find this at www.java.sun.com or www.download.com rpm -e kaffe this will remove kaffe Next as root (in roots home directory) typels -a this will list all files. use your favorite text editer and edit the file .bash_profile by editing the line that looks like this PATH=$PATH:$HOME/bin you want it to look like this PATH=$PATH:$HOME/bin:/usr/java/j2re<your version>/bin Now run the LimeWire installer sh ./LimeWirelinux.bin and it should be installing in no time. Hope this helps |
|
#23
|
|||
|
|||
|
New unregistered, similiar problem; here's the deal.
Fixed the whole kaffe problem, upgraded to Java 2 SDK, 1.4.0, $PATH is working fine and all. Edited line 3 of LimeWireLinux.bin to correct path, and still got this error when I typed ./LimeWireLinux.bin: Preparing to Install... Extracting the resources etc. etc. Ready to Install... ./LimeWireLinux.bin: /bin/java: No such file or directory. OK, easy enough to fix, just made a simlink to /usr/java/j2sdk1.4.0/bin/java in /bin. Then the same thing happened, only this time the error pointed to /usr/bin/java. When I repeated the fix (i.e. makign a simlink from the error directory to the working java directory) I recieved the "Exception in thread "main" etc. etc. " that has caused so many headaches thus far. I'm pretty new with Linux but have done pretty well so far. However try as I might I cannot seem to lick this problem. Any input would be vastly apreciated. |
|
#24
|
|||
|
|||
|
You do not need to edit the LimeWireLinux.bin script at all. add your J2re path to your .bash_profile in roots home directory.
|
|
#25
|
|||
|
|||
|
symbolic link fix worked great for me thanks man...
|
|
#26
|
|||
|
|||
|
I have the same problem. Anyone who can help me out. I would greatly appreciate it. I don't like to have to switch between Windows and Mandrake 8.2 to download stuff off of LimeWire.
PLEASE HELP!!!!!!!!! |
|
#27
|
|||
|
|||
|
Yeah I'm another new guy (Mat) but my error message is a little bit different. I get
Launching installer... Error occured during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object Oh yeah I'm running Mandrake 8.1 |
|
#28
|
|||
|
|||
|
Never mind....
I upgraded to Java 1.4.0 and I now get the same jav.lang.bla.bla message. I have tried everything here but it still does not work |
|
#29
|
|||
|
|||
|
is your classpath correct ?
export CLASSPATH=/usr/lib/java/lib (or wherever your rt.jar file is located) might do the trick... |
|
#30
|
|||
|
|||
|
Oh and what does "java -version" return?
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | davidtwillingham | General Linux Support | 0 | September 21st, 2003 12:38 PM |
| 2.8.4: Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | cdevidal | General Linux Support | 8 | January 3rd, 2003 10:07 AM |
| Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | pengu|nator | General Linux Support | 4 | December 13th, 2002 04:32 PM |
| Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | pengu|nator | General Linux Support | 0 | December 8th, 2002 06:35 AM |
| Exception in thread "main" java.lang.NoClassDefFoundError: com/zero/lax/LAX | Unregistered | General Linux Support | 1 | October 15th, 2001 11:23 PM |