[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Command Question
- From: Rick Stevens <rstevens vitalstream com>
- To: redhat-install-list redhat com
- Subject: Re: Command Question
- Date: Tue, 29 Oct 2002 16:35:53 -0800
Graeme McLaren wrote:
Hey Rick, hows it goin? Here's the contents of the runLime.sh
file............ it means 0 to me ! :'(
Graeme
#!/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
#
CLASSPATH=".:collections.jar:xerces.jar:jl011.jar:MessagesBundles.jar"
export CLASSPATH
J2SE_PREEMPTCLOSE=1
export J2SE_PREEMPTCLOSE
java -jar RunLime.jar
Oh, it's a Java app! Jeeze! Try adding ">/dev/null 2>&1" to the end
of the command line in the launcher. That will redirect stdout and
stderr to ye ol' bit bucket. It may be that the Java interpreter needs
a stdout or stderr stream.
On Tue, 2002-10-29 at 23:50, Rick Stevens wrote:
Graeme McLaren wrote:
Hey all, I've tried the command below to run LimeWire from a launcher on
Redhat 8. For some reason it won't "launch", anyone got any ideas?
Rick?
cd /root/LimeWare;sh ./runLime.sh
Still no go, Graeme? Weird.
Can you show us the runLime.sh script? That may give some clues.
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer rstevens vitalstream com -
- VitalStream, Inc. http://www.vitalstream.com -
- -
- We look for things. Things that make us go! -
----------------------------------------------------------------------
_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list
_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list
--
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer rstevens vitalstream com -
- VitalStream, Inc. http://www.vitalstream.com -
- -
- Try to look unimportant. The bad guys may be low on ammo. -
----------------------------------------------------------------------
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]