OnJava8-Examples/README.md
2015-05-29 18:20:59 -07:00

1.2 KiB

Thinking in Java Director's Cut Examples

Get the Examples

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

Build the Examples

  1. Install the latest version of Java 8 (JDK8). (Use the 32-bit version on Windows because of some library issues).

  2. Install Apache Ant. Follow the instructions here.

  3. Add the path to the directory where you unpacked the examples to your CLASSPATH.

  4. Start a command prompt in the directory where you installed the examples. If your installation is successful, you should be able to type ant build and build everything. ant run will build AND run the examples. You will initially get some error messages instructing you to install specified packages (jar files), but eventually you should get through the whole build process successfully.

Report bugs in the examples or in the book here.


Copyright ©2015 Bruce Eckel, MindView LLC. All Rights Reserved. See Copyright.txt for usage details.