Java VM/LimeWire
Daniel Robitaille
robitaille at gmail.com
Mon Apr 18 04:20:46 UTC 2005
On Sun, 2005-17-04 at 23:36 -0400, Matthew S-H wrote:
>
>
> ______________________________________________________________________
>
> How do I install the Java VM? I tried to install the Sun Java VM, but
> I think I did something wrong.
>
> I want to install Limewire, but it says "No Java virtual machine could
> be found from your PATH environment variable. You must install a VM
> prior to running this program" when I run the installer.
>
> Any tips?
sudo ln -s /path/to/whereever/you/installed/your/java/bin /usr/local/bin/java
that command creates a symbolik link in /usr/local/bin to the java
executable.
On my computer, the command I ran was:
sudo ln -s /opt/IBMJava2-142/jre/bin/java /usr/local/bin/java
since I'm using the IBM Java environment, and by default
that/usr/local/bin directory should in your PATH in Ubuntu.
Then to test it open an new x-terminal and type "java -version" to make
sure it is accessible. If it works, then Limewire should find it as
well
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050417/0d8cda77/attachment.sig>
More information about the ubuntu-users
mailing list