Code Installation
The only real installation for the code in this article is unpacking the supplied zip file into a folder. As so often is the case with Java code, keep the target folder path short and avoid any spaces. On my system, I unpacked the zip file into a folder called C:\java which resulted in the following directory structure:
C:\java\code
To run the code, you simply open a DOS console and change to the above directory as described next.