View Single Post
  #3 (permalink)  
Old August 11th, 2002
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: j2re PATH var not found

Quote:
Originally posted by Unregistered
ive installed j2re .rpm file and it all went fine. the java is now installed in /usr/java
but when i try to run the LimeWireLinux.bin file it says:
"No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to"
what should i do?
find the path of your java with this command:

which -b java

Add that path to JAVA_HOME in your .bashrc or bash_profile. More elaboration from this link:

http://www.gnutellaforums.com/showth...threadid=11187

altoine
Reply With Quote