Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   problem installing limewire (https://www.gnutellaforums.com/general-linux-support/27570-problem-installing-limewire.html)

the moodagudda August 22nd, 2004 03:15 AM

problem installing limewire
 
ok i have properly installed the latest java VM, i have tested it in mozilla it works perfectly, but when i run LimeWireLinux.bin in terminal i get this error message:
Quote:

No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.
it is there and working so anyone know why it isnt installing?

zab August 22nd, 2004 06:51 PM

The problem is that the Limewire installer does not know where to find your java installation. The way to fix this is to find where you installed java and to add it to the PATH environment variable.

If you installed java using the .rpm from an official Sun website, it is most likely in "/usr/java/". Open a terminal and type

cd /usr/java
ls

You should see a directory named "j2re1.4.2_04" or something similar. Then, in order to let the Limewire installer know that java is installed there type the following:

export PATH=$PATH:/usr/java/j2re1.4.2_04/bin

(replace the 1.4.2_04 numbers with whatever the name of the directory you found above is). To verify the above worked, type

java -version

and you should see a response from java which tells you that you're running version 1.4.2

Once you do this, try running the installer from the same terminal by going to the directory where you downloaded it and typing

sh LimeWireLinux.bin

and that will get you going.

the moodagudda August 22nd, 2004 11:16 PM

ok when i do that i get this error message:
Quote:

bash: java: command not found

samos_uk August 23rd, 2004 02:32 PM

I just installed LimeWire on my PC running Mandrake Linux adn originally got the same error message:

"quote:No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program."

following Zab's advice seemed to work for me - thanx - so it may be that the filepath you entered for Java was incorrect. Check where you installed it and try again.

Guest77 August 26th, 2004 04:37 PM

Oooops
 
Hmm,

The advice worked all the way up to the point of checking the version of the JVM.... but then I realized that when I did the export PATH command... I accidentally typed..

export PATH=SPATH

instead of using the $

Heh.. oops, how do I fix this? Thanks :)

zab August 26th, 2004 04:43 PM

Re: Oooops
 
Quote:

Originally posted by Guest77
Hmm,

The advice worked all the way up to the point of checking the version of the JVM.... but then I realized that when I did the export PATH command... I accidentally typed..

export PATH=SPATH

instead of using the $

Heh.. oops, how do I fix this? Thanks :)

you can't really restore the value of the PATH variable to what it was before. Just close the terminal window and open a new one, the PATH variable will have the original value.

Guest77 August 26th, 2004 04:53 PM

Thanks :)
 
I don't know if that would have worked or not (I'm assuming it probably would have..) but right before checking here again, I hit up a friend on IRC and he said that (most of the time) typing..

. /etc/profile

will do the trick.. and it worked after that, but I had also opened a new terminal window.. so who knows :-P Thanks for the help though, and the quick reply :D

Whiskers September 6th, 2004 05:50 PM

Thanks zab, I was having the same problem, tthey should make this post a sticky!


All times are GMT -7. The time now is 02:44 PM.

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.