This is a maven project that can be used for following the exercises in the student guide.
JavaDocs for GridWorld can be found at http://www.greenteapress.com/thinkapjava/javadoc/gridworld/
# compile
mvn compile
# run
mvn exec:java "-Dexec.mainClass=BugRunner"