> (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? You'll probably find yourself hitting the problem somewhere down the line with someone else's (anyone else's) scripts. You'll also come across the problem *again* if you ever install a different jre (e.g. if you install j2re1.4.0_04 you'll have to change the script all over again to point to the new jre) Better to just link it with ln /usr/bin/java /usr/java/j2re1.4.0_03/bin/java And put back the original start-freenet.sh! If you ever change your jre just update the link with ln /usr/bin/java /where/is/your/bin/java d _______________________________________________ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
