September 2018
Intermediate to advanced
802 pages
19h 30m
English
$ javac --release 8 -d mods srcdemocompacktCollectionsDemo.java
You can see that we are using the --release option, targeting Java 8 and not compiling module-info.java.
$jar --create --file mlib/demo.jar --main-class com.packt.CollectionsDemo -C mods/ .
$ java -version java version "9" Java(TM) ...
Read now
Unlock full access