About "How to run and explore the Cocoon samples"::Steps::2. Build and start Cocoon
If somebody with a MS-Windows Box has installed the jdk in a different "C:\" drive then might adjust the installation batch file "x:\cocoon-2.1.7\tools\bin\ant.bat" like this excerpt: ....... :checkJava set _JAVACMD=%JAVACMD% if "%JAVA_HOME%" == "" goto noJavaHome if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome if "%_JAVACMD%" == "" set _JAVACMD=%JAVA_HOME%\bin\java.exe :: ::==== included 20050630 set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar :: goto checkJikes :noJavaHome ......... The "::" is equivalent to REM clause. Elton Gomez
