[freenet-support] There could be an error in start-freenet.sh ?

2002-12-12 Thread bidonbron
I use Redhat 7.3. I installed rpm sun Java as said, but the $PATH seems wrong ! (sun should have changed it, I know) I changed in start-freenet.sh the line nice -n 10 -- java $JAVA_ARGS freenet.node.Main $@ by nice -n 10 -- /usr/java/j2re1.4.0_03/bin/java $JAVA_ARGS freenet.node.Main $@

Re: [freenet-support] There could be an error in start-freenet.sh ?

2002-12-12 Thread Dave Hooper
(sun should have changed it, I know) Not necessarily ... I changed in start-freenet.sh the line nice -n 10 -- java $JAVA_ARGS freenet.node.Main $@ by nice -n 10 -- /usr/java/j2re1.4.0_03/bin/java $JAVA_ARGS freenet.node.Main $@ ... so the only thing you changed was the path to java?

Re: [freenet-support] There could be an error in start-freenet.sh ?

2002-12-12 Thread Greg Wooledge
Dave Hooper ([EMAIL PROTECTED]) wrote: Better to just link it with ln /usr/bin/java /usr/java/j2re1.4.0_03/bin/java Wrong way 'round. And you lost the -s. ln -s /usr/java/j2re1.4.0_03/bin/java /usr/local/bin/java And put back the original start-freenet.sh! Yes. -- Greg Wooledge