![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
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.) |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() 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? |
| |||
![]() 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??? |
| ||||
![]() 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. |
| |||
![]() 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 |
| |||
![]() 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? |
![]() |
| |
![]() | ||||
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 |