# Useful when compiling with Cygwin on Windows export JAVA_HOME=/cygdrive/c/Program\ Files/Java/jdk1.8.0_45 export PATH=$JAVA_HOME/bin:$PATH echo "+ Set JAVA_HOME=$JAVA_HOME and updated PATH" export ANT_HOME=`pwd`/ant export PATH=$ANT_HOME/bin:$PATH echo "+ Set ANT_HOME=$ANT_HOME and updated PATH"