This page contains links to download the various sets of code for Foundational Java, both the first and second editions.
These zip files are set up as Eclipse projects so you can import the whole project direct into Eclipse from the file system once you’ve unzipped it (create the Java project first, then import everything inside it from the “src” folder to the “src” in Eclipse). If you are not using Eclipse you can easily copy out the folders that contain the code to use with some other editor or IDE
Examples and Exercises from the Second Edition
This zip file contains all the example code from the second edition.
This zip file contains example solutions to some of the exercises. Not all of them obviously as we hope students will work out most of them for themselves.
Note that some of the JSON library code for the WeatherClient example in chapter 20, as it appears in the book, has changed. For the changes to the code, please see the updated slide set for chapter 20.
Examples and Exercises from the First Edition
Although this code was developed for Java 7, Java is very backward compatible so nearly everything will work out of the box in a current JDK.
This zip file contains all the example code from the first edition.
This zip file contains example solutions to some of the exercises in the first edition
If you are an instructor and want the full set of solutions, email me