Resolve modules from the root module using the following syntax:
java --show-module-resolution -p <MODULE_PATHS> -m <ROOT_MODULE>
Identifier | Description |
---|---|
MODULE_PATHS | List of modules paths delimited by semi-colon (i.e. ;). |
ROOT_MODULE | The module to start the resolution. |
Recent Comments