Skip to content

Commit c3208a0

Browse files
committed
Basic help
1 parent a6fe3c1 commit c3208a0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Thinking in Java 4e (Refreshed) Code Examples
22
for Java 8
3-
(Initial draft; not working yet)
3+
<span style="color:red">Initial draft; not working yet</span>
4+
5+
## Get the Examples ##
6+
7+
[Click here](https://github.com/BruceEckel/TIJ4-Refreshed-Examples/archive/master.zip) to download the zip file. Unzip the file into a directory of your choice.
8+
9+
## Build the Examples ##
10+
Install the latest version of Java 8 (JDK8).
11+
12+
Install Apache Ant. Follow the instructions [here](https://ant.apache.org/manual/install.html#getting).
13+
14+
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.

0 commit comments

Comments
 (0)