![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
![]() |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() the java errors means that you're using ANOTHER jre other than the one from SUN. I couldn't find my way though the LimeWire17 script, so I made a simple one that will run locally, at least. set myJrePath to the path where you have sun's jre instaled; set myLimePath to your LimeWire directory. good luck, ratao aka nuno silva (don't forget to chmod 755 this script) #!/bin/sh # set the SUN's JRE PATH myJrePath=/usr/local/jre1.3.1 # set the LIME install PATH myLimePath=~/LimeWire cd $myLimePath $myJrePath/bin/java -cp $myLimePath/collections.jar:\ $myLimePath/LimeWire.jar:\ $myLimePath/.:\ $myLimePath/swing.jar:\ $myLimePath/lax.jar com.zerog.lax.LAX $myLimePath/LimeWire17.lax |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
lime wire connection solution | jalebu | Connection Problems | 2 | June 11th, 2007 06:27 PM |
How To Make Lime Wire Better for Mac OSX users | masterjung | Tips & Tricks | 0 | July 26th, 2005 06:42 AM |
How do I make Lime Wire default magnet handler | zup | General Mac OSX Support | 1 | June 23rd, 2004 03:49 PM |
Can't find Java VM still (read solution to all problems already) | Unregistered | General Linux Support | 6 | November 26th, 2002 06:57 AM |
A sort of lame solution to Java problem | hartofak | Mac | 2 | November 18th, 2002 08:15 AM |