July 2019
Intermediate to advanced
440 pages
13h 56m
English
This chapter covers
Being able to define modules as described in chapter 3 is a good skill to have, but what is it good for without knowing how to turn those source files into modular artifacts (JARs) that can be shipped and executed? This chapter looks into building modules, all the way from organizing sources, to compiling them to class files, and eventually packaging those into modular JARs that can be distributed and executed. Chapter 5 focuses on running and debugging modular applications.
At times we’ll look at the javac and jar commands ...
Read now
Unlock full access