Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old October 1st, 2001
Unregistered
Guest
 
Posts: n/a
Angry 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?
Reply With Quote
  #2 (permalink)  
Old October 2nd, 2001
Unregistered
Guest
 
Posts: n/a
Angry Same Prob

I ahve the same problem, snyone help???!?
Reply With Quote
  #3 (permalink)  
Old October 2nd, 2001
Unregistered
Guest
 
Posts: n/a
Angry

I HAVE the same problem
Reply With Quote
  #4 (permalink)  
Old October 3rd, 2001
twist's Avatar
Bum
 
Join Date: September 19th, 2001
Location: No fixed abode
Posts: 45
twist is flying high
Default 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.
Reply With Quote
  #5 (permalink)  
Old October 8th, 2001
Unregistered
Guest
 
Posts: n/a
Default 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???
Reply With Quote
  #6 (permalink)  
Old October 8th, 2001
twist's Avatar
Bum
 
Join Date: September 19th, 2001
Location: No fixed abode
Posts: 45
twist is flying high
Smile 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.

Last edited by twist; October 8th, 2001 at 11:35 PM.
Reply With Quote
  #7 (permalink)  
Old October 9th, 2001
Unregistered
Guest
 
Posts: n/a
Unhappy .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
Reply With Quote
  #8 (permalink)  
Old October 11th, 2001
Unregistered
Guest
 
Posts: n/a
Talking

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?
Reply With Quote
  #9 (permalink)  
Old November 10th, 2001
Unregistered
Guest
 
Posts: n/a
Default 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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
help with mandrake 10 install please nerdsac General Linux Support 0 January 5th, 2005 04:32 AM
Install on Mandrake stimulantdesignscom General Linux Support 9 December 19th, 2004 03:07 PM
Mandrake 8.1 Install difficulties! Unregistered General Linux Support 5 February 6th, 2002 06:16 AM
Cant install in Mandrake 8 Tae Kwon Do General Linux Support 5 July 30th, 2001 06:54 AM
mandrake 8, install wont dl Unregistered General Linux Support 0 June 25th, 2001 12:34 PM


All times are GMT -7. The time now is 05:27 AM.


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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.