View Single Post
  #2 (permalink)  
Old December 29th, 2004
rkapsi rkapsi is offline
Valued Member contributor
 
Join Date: August 10th, 2003
Location: In the middle of nowhere (54°N 10°E)
Posts: 318
rkapsi is flying high
Default

What says:

[snip]
[root@localhost craig]# PATH=$PATH:/j2re1.4.1_01/bin java -version
[/snip]

If there's already a JVM in $PATH then it will choose it instead of /j2re1.4.1_01/bin/java. Try

PATH=/j2re1.4.1_01/bin:$PATH sh ./LimeWireLinux.bin
Reply With Quote