From c58087b07b388017f90d11c4e61a70eb109b1459 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Tue, 21 Apr 2015 08:57:51 -0700 Subject: [PATCH] Path --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12174892..ba17ca95 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ for Java 8 1. Install Apache Ant. Follow the instructions [here](https://ant.apache.org/manual/install.html#getting). -1. 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. +1. Add the path to the directory where you unpacked the examples to your CLASSPATH. + +1. 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 may initially get some error messages telling you to install additional packages, but eventually you should get through the whole build process successfully.