[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Command Question



Hey Rick, thanks again for your help.  Unfortunately that command didn't
seem to do much, a message appeared in the terminal window but
disappeared instantly.  I think I'm going to have to suffer and run it
from the command line - how lazy does that sound???  Ya may have escaped
for now, but I've got loads of other questions to ask !!  Don't worry
I'll leave that for another time! 

Cheers again,

Graeme :)

On Wed, 2002-10-30 at 00:35, Rick Stevens wrote:
> 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.     -
> ----------------------------------------------------------------------
> 
> 
> 
> _______________________________________________
> 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]