LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Maple8 - Java VM-Problem (https://www.linuxquestions.org/questions/linux-software-2/maple8-java-vm-problem-92364/)

Mr. D. 09-13-2003 10:40 AM

Maple8 - Java VM-Problem
 
Hi all

I'm trying to install Maple8 on my Mandrake distro.

I get the following message:
[root@localhost Maple8]# ./installMapleLinuxSU
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.NoClassDefFoundError: ZeroGcf
at ZeroGcj.<init>(source file unknown:line unknown, pc 0x86bd98c)
at ZeroGb3.a(source file unknown:line unknown, pc 0x85e7efb)
at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x86ed721)
at com.zerog.ia.installer.Main.b(source file unknown:line unknown, pc 0x86801c1)
at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x8601a61)
at java.lang.reflect.Method.invoke0(Method.java:native)
at java.lang.reflect.Method.invoke(Method.java:256)
at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82cd9d6)
at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x826f3ed)
[root@localhost Maple8]#

It seems to be some kind of Java VM problem. I installed the j2re1.4.1_03 environment.

Any ideas?

Thanx. D.

Hangdog42 09-13-2003 03:12 PM

Have you tried side-stepping the problem and installing from a console?

Also, are you sure your PATH and JAVA_HOME environment variables are set correctly?

intruptz 09-13-2003 06:19 PM

Which JVM are you using. Blackdown seems to work much better than the others (Sun, IBM etc).

Mr. D. 09-14-2003 11:37 AM

Hi

I'm using the Sun-environment. Normally it works just fine.

to Hangdog42:

yes i tried installing it with a console (bash).
what would be the correct setting for the "JAVA_HOME environment"?

thanks.

D.

intruptz 09-14-2003 02:53 PM

JAVA_HOME, if it's set, should point to the top level java directory.

On mine this is /usr/local/jdk1.4.1. You can set it with
export JAVA_HOME=/usr/local/jdk1.1.6

PATH should have several values in it seperated by colons. If you do #echo $PATH you'll see your PATH value. You should have one value /usr/local/j2sdk1.4.1/bin or similar. If not add it with
# export PATH=/usr/local/j2sdk1.4.1/bin:$PATH

replacing j2sdk1.4.1 with you top level java directory.

Mr. D. 09-19-2003 06:51 AM

Problem Solved. Installed Maple 9. Works fine.. :-)

D.


All times are GMT -5. The time now is 03:44 PM.