Same thing with the Windows version - the build script builds the classes, but doesn't create the Jar file. That's no drama though - you only need 'cd' to the directory just above the 'Freenet' directory, and type: jar -cf freenet.jar Freenet
BTW - you'll get a smaller jar file if you move all the class files into another directory, separate from the java files. But make sure you preserve the directory structure of the class files. David ----- Original Message ----- From: "Rob Cakebread" <[email protected]> To: <devl at freenetproject.org> Sent: Wednesday, May 02, 2001 1:46 PM Subject: [freenet-devl] Website error > > To whoever is maintaing the website: > > On the freenetproject.org webpage it says to do the following to compile > from CVS: >
