Matthew Toseland wrote: > Should this be documented? "If you have an IBM JVM click here"?
It's also needed for Sun's JDK 1.4.2 on Linux, which doesn't include javaws, so I'd recommend documenting it. For headless installs, the method recommended by freenethelp.org might also be worth mentioning: wget -O freenet.jar \ http://downloads.freenetproject.org/alpha/freenet-cvs-snapshot.jar wget http://downloads.freenetproject.org/alpha/freenet-ext.jar java -cp freenet.jar:freenet-ext.jar freenet.node.Node & I've only tested this method on Linux with Sun's JDK 1.4.2 and 1.5.0. Oh, and opening a web page after installation is probably a bad idea for a darknet ;-) Cheers, Michael
