This page is wrong: http://freenet.sourceforge.net/index.php?page=development There is no build.sh script. The correct way to build from *nix is: cd Freenet/scripts make To create the freenet.jar after this step: cd ../.. jar -cf freenet.jar Freenet This will give you a large freenet.jar. I do this step before the previous to give me a 'normal' sized .jar: find . -name '*\.java' -exec rm {} \; IANAJP (I am not a Java programmer) Is there a better way to get a small .jar without removing all the .java files? The install.sh script still mentions the 'build.sh' script. I'm not sure if any of this applies to Windows' build.bat and install.bat _______________________________________________ Web mailing list [EMAIL PROTECTED] http://www.uprizer.com/mailman/listinfo/web
