News

“Because Java 9 module jars can be consumed equally well ... Support for running and debugging using the module path. Generation of module diagrams to help visualize of the JDK and custom ...
This application simply exemplifies working Module System on Java 9 and it uses some libraries such as h2 database and log4j as an example of adding the external library. You should use the javac ...
we don’t need to add the qualified module name and its class name with the -m flag. The Java 9 command will look at the module description and take the main class. $ java -p jar/ -m modi.entrypoint -m ...