Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 364 Bytes

java-modules

java9 modules sample

This is a very simple application demoing java 9 modules

To compile the application simply run the bash script run.sh. It will create the necessary directories and compile in the correct order all the modules.

To run the application use the follwing command: java --module-path mods/app.jar --module com.yopeso.app