View Single Post
  #1 (permalink)  
Old April 16th, 2002
spicture@covad.net
Guest
 
Posts: n/a
Default LimeWirePRO Install Problem on Linux Mandrake 8.1

In installed Sun J2SDK 1.4.0 Standard Edition on my Linux Mandrake 8.1 system. I edited the BASH profile and put /usr/java/j2sdk1.4.0/bin at the fromt of the path. I rebooted Linux Mandrake and checked to see which java I was using and it was using the correct one.

[root@shp2 tmp]#which java
/usr/java/j2sdk1.4.0/bin/java

I tried to install LimeWirePRO and here it would not install. What am I doing wrong?

[root@shp2 tmp]# 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 0x866cb01)
at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 0x88b91c1)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x85a0281)
at java.lang.reflect.Method.invoke(Method.java:native )
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x829b9d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x824e3eb)
[root@shp2 tmp]#
Reply With Quote