![]() |
|
|||||||
| 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.) |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hey,
I had the same Java Runtime Problem just like many other people had. I fixed it, but now when I run LimeWire, and exit, It will start the program again. Here is the script from runLime.sh ******************** #!/bin/sh # # Runs LimeWire. This script must be executed in your LimeWire # install directory. # # We must set the J2SE_PREEMPTCLOSE environment variable to 1 to # work around some limitations in the JDK1.3. For more information # see http://java.sun.com/j2se/1.3/relnotes.html#vm #".:collections.jar:xerces.jar:jl011.jar:MessagesB undles.jar" # CLASSPATH=".:LimeWire.jar:collections.jar:xerces.j ar:j1011.jar" export CLASSPATH J2SE_PREEMPTCLOSE=1 export J2SE_PREEMPTCLOSE java -jar RunLime.jar cd cd /home/jason8612/LimeWire sh ./runLime.sh ******************************** Jason |
|
#2
|
|||
|
|||
|
The last line of the script is running itself. You shouldn't need the last three lines.
|
|
#3
|
|||
|
|||
|
(Im the person who posted the question)
Yeah but without tha line, I get a error "couldnt find the program runLime.sh" or if I make a link, it says its loading, then doesnt load. Jason |
|
#4
|
|||
|
|||
|
CLASSPATH=".:LimeWire.jar:collections.jar:xerces.j ar:j1011.jar"
export CLASSPATH J2SE_PREEMPTCLOSE=1 export J2SE_PREEMPTCLOSE cd /home/jason8612/LimeWire java -jar RunLime.jar |
|
#5
|
|||
|
|||
|
Thanks A Lot!
It worked! Jason |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| connection problem suse 10 enerprize edition | tutankhamoun | Gtk-Gnutella (Linux/Unix/Mac OSX/Windows) | 0 | March 17th, 2007 09:30 PM |
| Suse 9.2 / java / Phex problem ? | drz | General Discussion | 0 | April 21st, 2005 02:08 AM |
| Problem building gtk-gnutella 0.95 on SuSe 9.1 | RetroJ | Gtk-Gnutella (Linux/Unix/Mac OSX/Windows) | 1 | December 4th, 2004 08:47 PM |
| Suse Linux Problem J2re1.4.0 | The Jesus | General Linux Support | 1 | August 29th, 2002 05:45 PM |
| Problem with SuSE 7.3 and java 1.3.1 | Unregistered | General Linux Support | 3 | November 30th, 2001 07:05 PM |