Skip to content

Commit c58087b

Browse files
committed
Path
1 parent 5f69360 commit c58087b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ for Java 8
1212

1313
1. Install Apache Ant. Follow the instructions [here](https://ant.apache.org/manual/install.html#getting).
1414

15-
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.
15+
1. Add the path to the directory where you unpacked the examples to your CLASSPATH.
16+
17+
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.

0 commit comments

Comments
 (0)