How to set up a java module to run directly (not via a .jar file) without having to specify a main class
How does one set up a java program that can be run as a module simply by doing java -m mymodule
?
How to set up a java module to run directly (not via a .jar file) without having to specify a main class
How does one set up a java program that can be run as a module simply by doing java -m mymodule
?