View Single Post
  #7 (permalink)  
Old October 1st, 2002
Unregistered
Guest
 
Posts: n/a
Exclamation

can anyone tell me why the script i have here doesnt work? im sure its something lame i ddi but i never write scripts but really want one to work for me. heres mine:
_____________________________________
#!/bin/sh

# tell it where your jre is
PATH=$PATH:$HOME/bin:/usr/java/j2re1.4.1/bin
export PATH

#set this var (like runlime.sh)
J2SE_PREEMPTCLOSE=1
export J2SE_PREEPMTCLOSE

#set your classpath (like runlime.sh)
CLASSPATH=java -cp .:LimeWire.jar:collections.jar:xerces.jar:jl011.ja r com.limegroup.gnutella.gui.Main
export CLASSPATH

# move to where runlime.sh can be found
cd
cd /home/sdwillie/LimeWire/LimeWire
sh ./runLime.sh
_____________________________________

any ideas? thanks

SD
Reply With Quote