View Single Post
  #2 (permalink)  
Old July 19th, 2001
Unregistered
Guest
 
Posts: n/a
Default

Make a shell. This is what I did....


#cat > Lime
#!bin/sh
cd ..
cd /usr/local/LimeWire (my limewire directory)
/usr/java/jre1.3.1/bin/java -cp . RunLime
(cnt-d)

than use chmod a+x to change the permissions.

And then just create a launcher where ever you want pointing to the file. My point would be:

/usr/local/LimeWire/./Lime
Reply With Quote