http://openjdk.java.net/jeps/275 documents the following command-line options:
-jdkmodulepath <path>
-modulepath <path>(:<path>)*
-appmodulepath <path>(,<path>)*
-detectmods
-detectjremods
This issue is to revisit the module path related command-line options for JDK 9.
-jdkmodulepath <path>
-modulepath <path>(:<path>)*
-appmodulepath <path>(,<path>)*
-detectmods
-detectjremods
This issue is to revisit the module path related command-line options for JDK 9.
- duplicates
-
JDK-8154481 [packager] Change Java Packager CLI arguments
- Closed