Thread
:
install on mdk 10.1 official
View Single Post
#
2
(
permalink
)
December 29th, 2004
rkapsi
Valued Member contributor
Join Date: August 10th, 2003
Location: In the middle of nowhere (54°N 10°E)
Posts: 318
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
rkapsi
View Public Profile
Find all posts by rkapsi