Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Mandrake 8.0 install prob! (https://www.gnutellaforums.com/general-linux-support/4127-mandrake-8-0-install-prob.html)

Unregistered October 1st, 2001 02:59 AM

Mandrake 8.0 install prob!
 
This is my error:

Preparing to install...
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: ZeroGab
at ZeroGr.<init>([DashoPro-V1.2-120198]:line unknown, pc 0x874c5a4)
at com.zerog.ia.installer.Main.a([DashoPro-V1.2-120198]:line unknown, pc 0x87f3982)
at com.zerog.ia.installer.Main.b([DashoPro-V1.2-120198]:line unknown, pc 0x8858910)
at com.zerog.ia.installer.Main.main([DashoPro-V1.2-120198]:line unknown, pc 0x8412294)
at java.lang.reflect.Method.invoke(Method.java:native )
at com.zerog.lax.LAX.launch([DashoPro-V1.2-120198]:line unknown, pc 0x829e9d6)
at com.zerog.lax.LAX.main([DashoPro-V1.2-120198]:line unknown, pc 0x817b36f)

Then it exits!! Can anyone please help me?

Unregistered October 2nd, 2001 05:17 PM

Same Prob
 
I ahve the same problem, snyone help???!?

Unregistered October 2nd, 2001 05:17 PM

I HAVE the same problem

twist October 3rd, 2001 03:39 AM

Kaffe
 
I think you all have Kaffe installed. Check with:

rpm -q kaffe

Become the root user and remove it (unless you really, really want it) with:

rpm -e kaffe

Kaffe is an open source version of java that implements Java 1.1, an older version of Java.

I'll assume you all have a 1.3.1 version of Java from Sun installed and correctly added to your PATH environment variable. :-)

If you really, really want Kaffe installed for some reason, try putting the java bin directory as the first entry in the PATH variable.

Unregistered October 8th, 2001 10:32 PM

PATH???
 
I'm new to Linux, can you tell me wher I can manipulate this PATH variable everyone is talking about. I'm having similar problems installing Limewire, except it doesn't detect a JVM at all. I downloaded the appropriate package from sun, installed it and the Limewire install keeps saying to fix my PATH, how do I do this???

twist October 8th, 2001 11:19 PM

PATH variable
 
You can set it in either /etc/profile or ~/.bash_profile (.bash_profile being in your home directory). /etc/profile is system wide while .bash_profile is specific to you. If you open either of those files in a text editor you'll see a PATH= line with directory locations separated by colons.

I set my PATH in my .bash_profile file. Mine looks like this:

PATH=$PATH:$HOME/bin:/usr/java/jdk1.3.1/bin

Yours will be similar but probably different. Open a terminal and type:

which java

That should give you a full path to your java executable. Copy everything from that up to the bin directory (ie /usr/java/BlahBlah/bin) and add that line of text onto the end of your PATH= line.

Log out, log back in and test your handiwork by opening a terminal and typing:

java -version

You should see the version information for java.

Unregistered October 9th, 2001 12:25 AM

.bash_profile
 
I tried to write exactly what you said in my .bash_profile (had to change the directories a little to fit), anyway I restarted my machine and the path still remains the same. I still can't install limewire because it doesn't know where the JVM is. Are you using Mandrake 8? Cause if you are and what you are doing is working please provide exact details as to where I should insert the PATH command you mentioned earlier. So far I've tried everything and haven't been able to chang my PATH!

Thanks in advance.

vizio

Unregistered October 11th, 2001 11:47 PM

Useing Mandrake 8.1 and i had to do the following...

UNinstalled the kaffe rpm, (as mentioned in the earlier thread)
rpm -q kaffe
rpm -e kaffe

Installed the rpm of java from sun.
sh j2re-1_3_1_01-linux-i386-rpm.bin
rpm -Uvh jre-1.3.1_01.i386.rpm

Added the path to java to my $PATH
export PATH=/bin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/java/jre1.3.1_01/bin
NOTE that the jre1.3.1XXXXX may differ...
(edit your users .bashrc, or .bash_profile, or system wide configs to make this permenant)
Run the limewire isntaller...
sh LimeWireLinux.bin

Not sure why/how/where Sun messes up their rpm's/JRE so it dont auto add itself to the path. GUess thats a security issue?

Unregistered November 10th, 2001 05:23 AM

Great, thanks!!!
 
You are the first one to explain simply and effectively the PATH problem!!
I hope this will be an example for all those "geeks" who develop but can not turn anyone in using their software.


All times are GMT -7. The time now is 11:36 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.