Each folder is a source directory with its own build file.
// cd into any Introduction, Intermediate or Advanced
cd Introduction
// compile source with ant
ant
// execute any class
java week01/Addition
// clean .class files
ant clean
Open Eclipse and click on File then New then Other.
Under the Java folder, click on the Java Project from Existing Ant Buildfile wizard.