Philip J�genstedt ([EMAIL PROTECTED]) wrote: > I'm having difficulties running freenet using gij from gcc. Using the > start-freenet.sh script doesn't allow to use any command line switches (like > --help).
Sure it does: echo -n "Starting Freenet now: " nice -n 10 -- java $JAVA_ARGS freenet.node.Main "$@" & echo $! > freenet.pid echo "Done" See the "$@" on the java line? That's the command-line parameters to the start-freenet.sh script, passed verbatim to the java command. > However, something seems to be happening, as 100% of my cpu power is > used until I get tired and run stop-freenet.sh. While *something* is running, > I cannot access the interface through http://localhost:8888 as the > documentation states I should (however, this may be due to some thing or > another in /etc, haven't looked at that yet). Check freenet.log and wherever stdout/stderr from start-freenet.sh are going. > Has anyone successfully used freenet with gij? I have absolutely no intention > of installing suns non-free vm, so my hope is I can get this working. Do I > need to compile it myself with gcj perhaps?? Another choice would be Kaffe 1.0.7. -- Greg Wooledge | "Truth belongs to everybody." [EMAIL PROTECTED] | - The Red Hot Chili Peppers http://wooledge.org/~greg/ |
msg02303/pgp00000.pgp
Description: PGP signature
