These notes are concerned with obtaining, installing and running Cocoon on Windows.
The notes assume that Java has been installed on the computer. You can check this using the command:
java -versionThese notes also assume that jar, the Java Archive utility, is available. You can check this by asking jar to output its help information:
jar --help