[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Command Question
- From: Graeme McLaren <mickel ntlworld com>
- To: redhat-install-list redhat com
- Subject: Re: Command Question
- Date: 30 Oct 2002 00:11:27 +0000
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
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]