![]() |
|
|||||||
| 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 |
|
#31
|
|||
|
|||
|
(Mat)
"java -version" shows java version "1.4.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92) Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode) My classpath is now correct as well but I still get the error message. |
|
#32
|
||||
|
||||
|
I will take it to another level. I am using Mandrake 8.2 with Java blackdown version:
java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02b-FCS) Java HotSpot(TM) Client VM (build Blackdown-1.3.1_02b-FCS, mixed mode) I put where I downloaded my j2sdk1.3.1-02b-FCS: /usr/lib/j2sdk1.3.1 into my PATH in my .bash_profile: export JAVA_HOME=/usr/lib/j2sdk1.3.1 export PATH=$JAVA_HOME/bin:$PATH After doing that, I remove kaffe from my system but I have a dependency problem with my wizard packages. I do this command to keep that program around: rpm -e kaffe --nodeps This removes all instances of kaffe binaries from /usr/bin. I next create soft links to the /usr/bin directory but blackdown has most of all of it's java commands (ie java, javac, etc) as symbolic links. Some people´s configuration will not allow that many symlinks. the symlinks point to a "hidden" file called .java_wrapper. So I link this to my /usrbin directory like so: ln -s /usr/lib/j2sdk1.3.1/bin/.java_wrapper /usr/bin/java After doing that, I execute the LImeWireLinux.bin installer: ./LimeWireLinux.bin Installation works. Program installed, running, and functional. I discovered that I had to install the program as user instead of trying to set it systemwide as root. |
|
#33
|
||||
|
||||
|
I will take it to another level. I am using Mandrake 8.2 with Java blackdown version:
java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02b-FCS) Java HotSpot(TM) Client VM (build Blackdown-1.3.1_02b-FCS, mixed mode) I put where I downloaded my j2sdk1.3.1-02b-FCS: /usr/lib/j2sdk1.3.1 into my PATH in my .bash_profile: export JAVA_HOME=/usr/lib/j2sdk1.3.1 export PATH=$JAVA_HOME/bin:$PATH After doing that, I remove kaffe from my system but I have a dependency problem with my wizard packages. I do this command to keep that program around: rpm -e kaffe --nodeps This removes all instances of kaffe binaries from /usr/bin. I next create soft links to the /usr/bin directory but blackdown has most of all of it's java commands (ie java, javac, etc) as symbolic links. Some people´s configuration will not allow that many symlinks. the symlinks point to a "hidden" file called .java_wrapper. So I link this to my /usrbin directory like so: ln -s /usr/lib/j2sdk1.3.1/bin/.java_wrapper /usr/bin/java After doing that, I execute the LImeWireLinux.bin installer: ./LimeWireLinux.bin Installation works. Program installed, running, and functional. |
|
#34
|
|||
|
|||
|
That didn't work for me either. I have SUSE 8.0 and there is no old java in /usr/bin. However there is an old java in /usr/lib/SunJava1-1.1.8/bin but when I do a java -version, the system recognizes 1.40, so it means it'not using the old version. Am I right? I'll download the trusted LImeWire tgz version and see if it'll work.
|
|
#35
|
|||
|
|||
|
I managed to get the tgz version to work.
http://www.gnutellaforums.com/showth...3513#post43513 |
|
#36
|
||||
|
||||
|
Quote:
ln -s /usr/lib/j2re1.4.0_01/bin/.java_wrapper /usr/bin/java Just replace "/usr/lib/j2re1.4.0_01" with your correct directory. HTH altoine |
|
#37
|
|||
|
|||
|
IM a new poster and do ALL the stuff and still the same error message.........seem we have a bug.......
|
|
#38
|
||||
|
||||
|
Quote:
export PATH=$JAVA_HOME/bin:$PATH altoine. |
|
#39
|
||||
|
||||
|
Quote:
source .bash_profile if you don't want to do the "Windows" method of getting configuration settings to work. altoine |
![]() |
|
|
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 |