Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Vm (https://www.gnutellaforums.com/general-linux-support/18024-vm.html)

StraFE December 16th, 2002 05:36 PM

Vm
 
Got this error trying to run LimeWire after installation.

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

How do I accomplish this?

RabidPenguin December 17th, 2002 11:12 PM

If you do not have java installed then you need to go to http://java.sun.com and download the appropriate version for your system. After you have java installed just make a symlink to the java executable with the following command executed as root ln -s /usr/java/j2re1.4.1_01/bin/java /usr/bin/java adjusting appropriately for the proper location of your java executable. LimeWire will then find java and run with no problems.

QV2002 December 18th, 2002 10:44 AM

symlink?
 
I know this might be dumb, but how do you do a symlink?

RabidPenguin December 18th, 2002 08:05 PM

symlink
 
Inorder to make a symlink you should first be logged in as root. The reason for being logged in as root is that usually you will want the symlink to be created in a location such as /usr/bin and only root has write permissions there. Open a terminal window and type ln -s followed by the path to the executable such as /usr/java/j2re1.4.1_01/bin/java followed by the location where you want the symlink to be located including the name of the symlink /usr/bin/java then hit enter. This would be one command and would look like this, ln -s /usr/java/j2re1.4.1_01/bin /usr/bin/java . That would create a symlink to java, the symlink would be called java and would be located in the directory /usr/bin. Any reference to java would find the symlink which would direct the program to the appropriate location.


All times are GMT -7. The time now is 08:29 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.