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 |