Relates :
|
Detect the dependent modules from the module path or classpath. In the case of a non-modular or a module both the class path and module path are used to detect all modules required for the jimage. For a non-modular jar jdeps is used. For a module, simply adding it to -addmods of jlink will link all transient dependencies.
|