Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   SuSE Problem (https://www.gnutellaforums.com/general-linux-support/14097-suse-problem.html)

Unregistered July 31st, 2002 09:28 PM

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

Unregistered August 1st, 2002 04:07 PM

Look closer
 
The last line of the script is running itself. You shouldn't need the last three lines.

raptorpb1 August 1st, 2002 06:42 PM

(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

Unregistered August 2nd, 2002 03:59 PM

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

raptorpb1 August 2nd, 2002 08:08 PM

Thanks A Lot!
It worked!

Jason


All times are GMT -7. The time now is 08:20 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.