View Single Post
  #1 (permalink)  
Old December 27th, 2002
Dr-data
Guest
 
Posts: n/a
Default Another linux install script error

I have read the other linux related install-script postings and none of the suggestions have resulted in joy.

I have a RH &.2 system, and am able to run Limewire version 2.0.2 via a binary RPM.

When I try to install the latest Limewire using the install script, I get this error (whether run as root or a user):

[root@dr-data guest]# ./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 `-Xmx100331648'.
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.NoClassDefFoundError: ZeroGd9
at ZeroGed.a(source file unknown:line unknown, pc 0x8cfe82a)
at ZeroGee.<init>(source file unknown:line unknown, pc 0x8cf7d73)
at ZeroGed.<init>(source file unknown:line unknown, pc 0x8cecc22)
at ZeroGdv.a(source file unknown:line unknown, pc 0x8ce7339)
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x8c3f8f1)
at com.zerog.ia.installer.Main.c(source file unknown:line unknown, pc 0x8c251ac)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x831bac2)
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 0x81f73eb)
[root@dr-data guest]# rpm -q limewire
limewire-2.0.2-1


My Jave environment is:[root@dr-data guest]# rpm -qa | grep j2
j2re-1.4.1_01-fcs
j2sdk-1.4.1_01-fcs
[root@dr-data guest]# java -version
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
[root@dr-data guest]# which java
/usr/java/j2sdk1.4.1_01/bin/java


I have added these statements to my user .bash_profile:
export JAVA_HOME=/usr/java/j2sdk1.4.1_01
export PATH=$JAVA_HOME/bin[root@dr-data

I also get errors when trying to build the source:

core]# ./compile
Buildfile: build.xml

init:

core:
[javac] Compiling 1 source file to /home/guest/java/limewire/core
[javac]
[javac] Found 1 semantic error compiling "/home/guest/java/limewire/core/com/limegroup/gnutella/xml/LimeXMLProperties.java":
[javac]
[javac] 436. public boolean accept(File dir, String name)
[javac] <->
[javac] *** Error: Duplicate declaration of local variable "dir".

BUILD FAILED

/home/guest/java/limewire/core/build.xml:43: Compile failed, messages should have been provided.

Total time: 2 seconds

Any help is much appreciated!

TIA.
Reply With Quote