Click to See Complete Forum and Search --> : Another LimeWire problem thread


Zoist
02-09-2003, 12:36 PM
I haven't got the usual error a lot of people have had with java not being in the PATH.

Here is the strange error I get when running LimeWire.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 defining class ZeroGq: java.lang.ClassNotFoundException: javax.swing.JDialog
at 0x4027f15f: java.lang.Throwable.Throwable(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x4027208e: java.lang.Error.Error(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x4027f542: java.lang.VirtualMachineError.VirtualMachineError( java.lang.String) (/usr/lib/libgcj.so.3)
at 0x40273a92: java.lang.InternalError.InternalError(java.lang.St ring) (/usr/lib/libgcj.so.3)
at 0x40270ff2: java.lang.ClassLoader.defineClass(java.lang.String , byte[], int, int, java.security.ProtectionDomain) (/usr/lib/libgcj.so.3)
at 0x40270dbb: java.lang.ClassLoader.defineClass(java.lang.String , byte[], int, int) (/usr/lib/libgcj.so.3)
at 0x4030929b: java.net.URLClassLoader.findClass(java.lang.String ) (/usr/lib/libgcj.so.3)
at 0x4025e6d7: gnu.gcj.runtime.VMClassLoader.findClass(java.lang. String) (/usr/lib/libgcj.so.3)
at 0x40270cac: java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.3)
at 0x4025edcc: _Jv_FindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.3)
at 0x4025b1fd: java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.3)
at 0x40251809: _Jv_BytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.3)
at 0x40247697: _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.3)
at 0x4023fa24: _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.3)
at 0x4025e568: java.lang.ClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.3)
at 0x40271073: java.lang.ClassLoader.resolveClass0(java.lang.Clas s) (/usr/lib/libgcj.so.3)
at 0x4025c99c: java.lang.Class.initializeClass() (/usr/lib/libgcj.so.3)
at 0x4025b224: java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.3)
at 0x4025b2bf: java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x402c40a0: gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.3)
at 0x40265fdc: _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.3)
at 0x4023278c: _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.3)
at 0x08048900: __gcj_personality_v0 (java.compiler=NONE)
at 0x420158d4: __libc_start_main (java.compiler=NONE)
at 0x080486c1: _Jv_RegisterClasses (java.compiler=NONE)


I'm running Red Hat 8.

Zoist
02-19-2003, 01:51 PM
I found the problem! Basically it was having a link from java to /usr/bin/java that caused java programs not able to run.

Thanks any way.

The_Witch_King
02-22-2003, 10:22 PM
i am having the same problem with limewire and jave how did you resolve it?:confused:

Zoist
02-23-2003, 12:01 AM
I removed /usr/bin/java

The_Witch_King
02-23-2003, 06:56 PM
there is no java anywhere in usr/bin. i had limewire installed before, but i just reinstalled rh 8.0. im still kinda new to linux. anyways ill keep serching. thanks for pointing me in the right direction.

evilentity31
02-24-2003, 12:51 AM
Limewire action, once the Java Runtime Environment is installed you will need to make a link.
ln -s /usr/java/jre1.3.1_04/bin/java /usr/bin/java. To test type 'java -version', if it shows
that you have the Java 2 RE installed then you are ready to install Limewire.
Change into the directory in which you downloaded Limewire and type sh./LimeWireLinux.bin.

What this means is that you need to have the java 2 runtime environment up and running. In the above example replace the jre1.3.1_04 with the version you have.