![]() |
SuSE Problem 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 |
Look closer The last line of the script is running itself. You shouldn't need the last three lines. |
(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 |
Try this 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 |
Thanks A Lot! It worked! Jason |
All times are GMT -7. The time now is 08:08 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2020 Gnutella Forums.
All Rights Reserved.