View Single Post
  #1 (permalink)  
Old April 19th, 2002
Unregistered
Guest
 
Posts: n/a
Default Tried what you guys have been saying about JRE

Before the great crash of 2002, I was happily using Lime Wire to download songs and such. Well, the way I got JRE working before was because of the command:

PATH=$PATH:/usr/java/jre1.3.1_03/bin/
export PATH

Thats what I was told to do in the newsgroups, and I tried it this time, and it dosn't work this time. (Yes, version information is correct) Any suggestions here? Let me go ahead and give you the error I got this time:

[rory@home Documents]$ 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'.
This Java Application has encountered an unexpected error and will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError: LZeroGb7;
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x868acf1)
at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 0x88b71c1)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x85a1281)
at java.lang.reflect.Method.invoke(Method.java:native )
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x829d9d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x824e3eb)
Reply With Quote