Contains all code examples from the Java 9 Modularity book, organized by chapter.
This repository contains all the example code from the Java 9 Modularity book. The examples are grouped by chapter in the book:
Most examples contain a
run.shfile to compile and run the example. The scripts are tested on Mac OS and Linux. Windows users can use the Linux Subsystem for Windows, or use Cygwin to run the scripts. Some examples demonstrate errors, which means that compiling or running them may fail on purpose. A README is available in each example directory to explain the example.