![]() |
|
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.) |
![]() |
| LinkBack ![]() | Thread Tools ![]() | Display Modes ![]() |
| |||
![]() I had this working in Mandrake 9! This is RedHat 7.3. I also redownloaded the installer and installed JRE 1.3.1-06 with EXACTLY THE SAME ERROR MESSAGE. No, I have not installed Blackdown or Kaffee or anything but Sun's JREs. =============================== [cdevidal@localhost linux]$ rpm -q j2re j2re-1.4.1_01-fcs [cdevidal@localhost linux]$ export PATH=/usr/java/j2re1.4.1_01/bin:$PATH [cdevidal@localhost linux]$ java -version java version "1.4.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode) [cdevidal@localhost linux]$ ./LimeWire-2.8.4.bin Preparing to install... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX =============================== ??????? /dev/idal |
| |||
![]() I was able to work around the problem by getting the tarball (LimeWireLinux.tgz) from LimeWire.com (thanks guys for putting that out there, else I'd be pooched!). I unpacked the tarball, changed into the new directory I put the files into, and executed: export PATH=/usr/java/j2re1.4.1_01/bin:$PATH && sh ./runLime.sh But I still can't explain why I couldn't install with the .bin file. I tried export LAX_DEBUG && ./LimeWire-2.8.4.bin but didn't find anything useful. My install of RedHat 7.3 was completely basic (e.g. I selected NO packages during install) and I have been adding on packages and dependancies for KDE, XMMS, NVidia drivers, a few games, a compiled GAIM, Mozilla+Galeon, and that's about it. There's little else to conflict here. If anyone has any ideas why I couldn't use the regular installer, please post them so others might benefit. Thanks, /dev/idal |
| |||
![]() Oh, OK. If you followed my directions, you would have to type that long command to execute LimeWire, a real pain. I first edited runLime.sh to include the path to the java program, so I could skip the export PATH=... part. You should see it at the bottom of that file, java something... (don't have that computer in front of me right now). I put /usr/java/j2re1.4.1_01/bin/java ... Then I put a link to the runLime.sh to a directory in my $PATH. Then I could start it by just running limewire To do this, type ln -fs /path/to/runLime.sh /path/to/some/directory/in/$PATH Example: I copied the unpacked tarball to /opt/limewire. echo $PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin Since I like my globally-usable commands in /usr/bin, I ran this: ln -fs /opt/limewire/runLime.sh /usr/bin/limewire which created the limewire command. Then you can start LimeWire by simply running limewire on a commandline or from a menu entry or shortcut. /dev/idal |
| |||
![]() Here's the answer to your question in the last mail: You should see it at the bottom of that file, java something... (don't have that computer in front of me right now). I put /usr/java/j2re1.4.1_01/bin/java ... Hope it helps, /dev/idal |
![]() |
| |
![]() | ||||
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 |
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | pengu|nator | General Linux Support | 4 | December 13th, 2002 03:32 PM |
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | pengu|nator | General Linux Support | 0 | December 8th, 2002 05:35 AM |
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX | Unregistered | General Linux Support | 38 | August 3rd, 2002 03:12 AM |
Exception in thread "main" java.lang.NoClassDefFoundError: com/zero/lax/LAX | Unregistered | General Linux Support | 1 | October 15th, 2001 11:23 PM |