Modules   «Prev  Next»

Command Line Overview and Multiple Modules

Command Line Tool Options
Command Line Tool Options

Become familiar with these commands.
-p and 
--module path 

Are the same thing. You need to specify the module path when you execute a module jar.
-m or 
--module 

You need to specify the module name when you execute a module jar.

dry-run

dry run command
Table of dry run commands

Outbound Link Journal Dev
The dry run option loads the main class but does not run it, used for testing module dependencies are satisfied a successful result is no output
--describe-module
The describe module option gives you summary information about a module including its path, its dependencies, and its packages and resources.

Javac command

 Javac Command
Javac Command

jdeps command


 javac command
javac command