next up previous contents index
Next: Unix (csh) Up: Installing Ant Previous: MS-Windows   Contents   Index

Unix (bash)

Assume Ant is installed in /usr/local/ant. The following sets up the environment:

export ANT_HOME=/usr/local/ant
export JAVA_HOME=/usr/local/jdk-1.2.2
export PATH=${PATH}:${ANT_HOME}/bin



Andrew Marlow 2003-07-08