Apache Cocoon3 CLI (${implementation.build}) ---- 2011 Introduction ${project.description} Installation Apache Cocoon3 CLI is a Java tool, so you must have Java installed in order to proceed. Users need at least the Java Runtime Environment (JRE), the Java Development Kit (JDK) is a plus. [[1]] Extract the distribution archive, i.e. ${project.artifactId}-${project.version}.tar.gz to the directory you wish to install the software. These instructions assume you chose /usr/local/apache/${project.artifactId}-${project.version}. The subdirectory ${project.artifactId}-${project.version} will be created from the archive. [[2]] Add Apache Cocoon3 CLI binaries to your path, e.g. export PATH=/usr/local/apache/${project.artifactId}-${project.version}/bin:$PATH. [[3]] Make sure that JAVA_HOME is set to the location of your JDK, e.g. export JAVA_HOME=/usr/java/jdk1.5.0_02 and that $JAVA_HOME/bin is in your PATH environment variable.