OnJava8-Examples/README.md
Bruce Eckel 77398e63ca red?
2015-04-20 16:06:20 -07:00

807 B

Thinking in Java 4e (Refreshed) Code Examples

for Java 8 [span class="red"]Initial draft; not working yet[/span]

Get the Examples

Click here to download the zip file. Unzip the file into a directory of your choice.

Build the Examples

Install the latest version of Java 8 (JDK8).

Install Apache Ant. Follow the instructions here.

Start a command prompt in the directory where you installed the examples. If your installation is successful, you should be able to type ant and build everything. You may initially get some error messages telling you to install additional packages, but eventually you should get through the whole build process successfully.