jlink is a tool that generates a custom Java runtime image that contains only the platform modules that are required for a given application. Such a runtime image acts exactly like the JRE but contains only the modules we picked and the dependencies they need to function.
Sep 30, 2020');})();(function(){window.jsl.dh('_8B-IYLOoOYSu0PEPnqiiuAg43','
');})();(function(){window.jsl.dh('8','
You can use the jlink tool to assemble and optimize a set of modules and their dependencies into a custom runtime image. jlink [options] --module-path modulepath --add-modules module [,module...] Command-line options separated by spaces. See jlink Options.