View Single Post
  #1 (permalink)  
Old January 20th, 2002
Unregistered
Guest
 
Posts: n/a
Default Linux shell script error

I tried to install Limewire on Linux 7.2 and got the following errors:

$ sh LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Error: Unrecognized JVM specific option `-Xmx50331648'.
Error: Unrecognized JVM specific option `-Xms16777216'.
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundErro: ZeroGb9
at ZeroGcd.<init>(source file unknown:line unknown, pc 0x8c461bc)
at ZeroGbx.a(source file unknown:line unknown, pc 0x8c18efd)
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x8ce9721)
at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 0x8bbd1c1)
at com.zerog.ia.installer.Main.main(source file
unknown:line unknown, pc 0x856ca61)
at java.lang.reflect.Method.invoke(Method.java:native )
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82999d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x824f3eb)

I also thought this might be useful

$ java -version
Kaffe Virtual Machine
Copyright (c) 1996-2000
Transvirtual Technologies, Inc. All rights reserved
Engine: Just-in-time v3 Version: 1.0.6 Java Version: 1.1

Please let me know what I am doing wrong, Thanks.

Alex
Reply With Quote