View Single Post
  #5 (permalink)  
Old August 25th, 2001
anti-bearshare
Guest
 
Posts: n/a
Default

hey I got LimeWire to work on FreeBSD (unix), so you should get it to work in Linux. I install jre for FreeBSD which is only java 1.8.1 or something like that. the runlime.sh file was
java -cp . RunLime


so I installed linux-jdk13 (Linux Java Development Kit version 1.3.1) which is the Java 2 (J2RE) stuff.

just changed java to javavm and LimeWire worked.


to locate things try the command whereis

ex: whereis java
whereis javavm
Reply With Quote