Click to See Complete Forum and Search --> : LimeWire


vxmine
01-30-2002, 10:41 PM
I have installed the j2re and when I try to sh runlime.sh command I get the java not found error. I read somewhere that I have to make some kind of link to java. I tried that but it said java was not present in /usr/lib/java or something like that. I used to have it running but had to reconfigure my machine and I have since forgotten how to configure it.If someone can point me to a how-to I would really appreciate it.

thanks

scanez
01-30-2002, 10:58 PM
Where did you install java? Run

ln -s /path_to_java/bin/java /usr/bin/java

For example, I have java in /usr/share/jdk1.3.1 so I would run

ln -s /usr/share/jdk1.3.1/bin/java /usr/bin/java

Then either relogin or do a source ~/.shell_login_file to reread your path...

Cheers
SC

sarah31
01-30-2002, 11:06 PM
Cool scanez I was toying with doing this but I was never exactly sure what to do because I have read so many things on it. Thanks I'm going to give it a poke some time soon!