|
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 |
| |||
Install Problem(s) with RedHat 8. When i try to install Limewire i get the is: ./LimeWireLinux.bin Preparing to install... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... Warning: -Xmx100331648 not understood. Ignoring. Warning: -Xms16777216 not understood. Ignoring. Exception in thread "main" java.lang.InternalError: Unexpected exception while d efining class ZeroGq: java.lang.ClassNotFoundException: javax.swing.JDialog at 0x4028115f: java.lang.Throwable.Throwable(java.lang.String) (/usr/lib/libg cj.so.3) at 0x4027408e: java.lang.Error.Error(java.lang.String) (/usr/lib/libgcj.so.3) at 0x40281542: java.lang.VirtualMachineError.VirtualMachineError( java.lang.St ring) (/usr/lib/libgcj.so.3) at 0x40275a92: java.lang.InternalError.InternalError(java.lang.St ring) (/usr/ lib/libgcj.so.3) at 0x40272ff2: java.lang.ClassLoader.defineClass(java.lang.String , byte[], in t, int, java.security.ProtectionDomain) (/usr/lib/libgcj.so.3) at 0x40272dbb: java.lang.ClassLoader.defineClass(java.lang.String , byte[], in t, int) (/usr/lib/libgcj.so.3) at 0x4030b29b: java.net.URLClassLoader.findClass(java.lang.String ) (/usr/lib/ libgcj.so.3) at 0x402606d7: gnu.gcj.runtime.VMClassLoader.findClass(java.lang. String) (/us r/lib/libgcj.so.3) at 0x40272cac: java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/u sr/lib/libgcj.so.3) at 0x40260dcc: _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/ libgcj.so.3) at 0x4025d1fd: java.lang.Class.forName(java.lang.String, boolean, java.lang.C lassLoader) (/usr/lib/libgcj.so.3) at 0x40253809: _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj. so.3) at 0x40249697: _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.3) at 0x40241a24: _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.3) at 0x40260568: java.lang.ClassLoader.linkClass0(java.lang.Class) (/usr/lib/li bgcj.so.3) at 0x40273073: java.lang.ClassLoader.resolveClass0(java.lang.Clas s) (/usr/lib /libgcj.so.3) at 0x4025e99c: java.lang.Class.initializeClass() (/usr/lib/libgcj.so.3) at 0x4025d224: java.lang.Class.forName(java.lang.String, boolean, java.lang.C lassLoader) (/usr/lib/libgcj.so.3) at 0x4025d2bf: java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so. 3) at 0x402c60a0: gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.3) at 0x40267fdc: _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.3) at 0x4023478c: _Jv_RunMain(java.lang.Class, byte const, int, byte const, bool ean) (/usr/lib/libgcj.so.3) at 0x08048900: __gcj_personality_v0 (java.compiler=NONE) at 0x40675914: __libc_start_main (/lib/libc.so.6) at 0x080486c1: _Jv_RegisterClasses (java.compiler=NONE) Does anyone have any idea what problem is? Thanks in advance, Greg |
| |||
Quote:
-Chuck |
| |||
Problem Installing on RedHat 8.0 I was able to run LimeWire (not install) on my RedHat 8.0 system. I downloaded the tarball instead of the rpm and changed the last line of runLime.sh to: /usr/java/j2re1.4.0_02/bin/java -jar RunLime.jar to use the new java version. Then just execute runLime.sh |
| ||||
If you installed java correctly in .bash_profile. Run this command to see if it solves or fixes your problem: source .bash_profile If that works then the solution is due to the fact that your system only runs your .bash_profile once (at boot up which is normal and makes perfect sense). Unless, of course, you are in a GUI environment and open up a new terminal window which would do the same effect as logging in again to use the new changes to your profile. HTH altoine |
| |||
I'm running Redhat 8 with kernel 2.4.18-17.8.0 Here's what I did: Download the Java 2 JRE from here: http://java.sun.com/j2se/1.4.1/download.html (note: download the self extracting file, not the RPM) Open a terminal and at the prompt type: Code: $ sh j2re-1_4_1_01-linux-i586.bin the next thing you may want to do is cd to the directory you installed the j2re in, and rename the file to something other than j2re-1.4.1_01. If you installed into your home directory, do this: Code: $ mv j2re-1.4.1_01 j2re 1) at the shell prompt type: Code: $ vi .bash_profile 3) use the arrow keys to move down to this line: Code: PATH=$PATH:$HOME/bin Code: PATH=$PATH:$HOME/bin:$HOME/j2re1.4.1_01/bin Code: PATH=$PATH:$HOME/bin:$HOME/j2re/bin 4) Hit Esc to quit inserting text 5) type :wq to write the changes and quit vi 6) at the next shell prompt type: Code: $ source .bash_profile here. 8) now once again at your shell prompt, type: Code: $ sh LimeWireLinux.bin |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Install Problems on both Redhat 8 and Gentoo 1.4rc1 | aathomas | General Linux Support | 1 | March 3rd, 2003 01:53 PM |
Redhat 7.3/LimeWire install | lazy | General Linux Support | 1 | September 24th, 2002 08:31 PM |
Redhat 7.1 Install Problem | Unregistered | General Linux Support | 16 | October 20th, 2001 09:01 AM |
RedHat 7.1 install | Unregistered | General Linux Support | 0 | June 8th, 2001 12:58 PM |
Limewire install on RedHat Wolverine and RH 7.0 | Palpatin3 | General Linux Support | 6 | May 4th, 2001 06:14 AM |