
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Getting LimeWire to work...
On Wed, 16 Oct 2002 14:11:19 +0900
Gavin Rollins <gavin-39@example.com> wrote:
> I anyone using LimeWire?? I'm trying to get away from windows and found
> "No Java virtual machine could be found from your PATH environment I
> downloaded jre-1_3_1_05-linux-i586-rpm.bin, followed the instructions
> and still
The jre installs(unzips) itself into a directory, which is usually in your
home and not in your $PATH.
try `which java` to see if it is.
To solve this, make symlinks to the java executable into /usr/bin (as
root).
`ln -s /home/gavin/j2sdkxxx/bin/java /usr/bin/java`
hope this helps.
Home |
Main Index |
Thread Index