View Single Post
  #1 (permalink)  
Old September 8th, 2003
grenzbegriffe grenzbegriffe is offline
Novicius
 
Join Date: September 8th, 2003
Posts: 3
grenzbegriffe is flying high
Default i don't see it clear

first, when i had /usr/bin/java in my PATH, i got the known problem:

[Uqbar@localhost tarbolsgsips]$ ./LimeWireLinux.bin
Preparing to install...
false
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.NoClassDefFoundError: com.zerog.lax.LAX
at 0x4028115f: java.lang.Throwable.Throwable(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x4027408e: java.lang.Error.Error(java.lang.String) (/usr/lib/libgcj.so.3) at 0x40275b1a: java.lang.LinkageError.LinkageError(java.lang.Stri ng) (/usr/lib/libgcj.so.3)
at 0x40276f76: java.lang.NoClassDefFoundError.NoClassDefFoundErro r(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x402c60f9: 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, 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)
[Uqbar@localhost tarbolsgsips]$ ./LimeWireLinux.bin
Preparing to install...
false
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.NoClassDefFoundError: com.zerog.lax.LAX
at 0x4028115f: java.lang.Throwable.Throwable(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x4027408e: java.lang.Error.Error(java.lang.String) (/usr/lib/libgcj.so.3) at 0x40275b1a: java.lang.LinkageError.LinkageError(java.lang.Stri ng) (/usr/lib/libgcj.so.3)
at 0x40276f76: java.lang.NoClassDefFoundError.NoClassDefFoundErro r(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x402c60f9: 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, 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)
[Uqbar@localhost tarbolsgsips]$ . /etc/profile
[Uqbar@localhost tarbolsgsips]$ which java
/usr/java/j2sdk1.4.2/jre/bin/java
[Uqbar@localhost tarbolsgsips]$ ./LimeWireLinux.bin
Preparing to install...
false
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.NoClassDefFoundError: com.zerog.lax.LAX
at 0x4028115f: java.lang.Throwable.Throwable(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x4027408e: java.lang.Error.Error(java.lang.String) (/usr/lib/libgcj.so.3) at 0x40275b1a: java.lang.LinkageError.LinkageError(java.lang.Stri ng) (/usr/lib/libgcj.so.3)
at 0x40276f76: java.lang.NoClassDefFoundError.NoClassDefFoundErro r(java.lang.String) (/usr/lib/libgcj.so.3)
at 0x402c60f9: 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, 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)

then, i renamed the /usr/bin/java, but now, i get the other known problem:

[Uqbar@localhost tarbolsgsips]$ LimeWireLinux.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

Finally, i installed succesfully the .tgz version,
but i still wonder why the other binary file doesn't work fine...
i suppose it's a variable JRESTART, which is in the .bin file..

i hope sbdy can tell me what's going on
Reply With Quote