0 votes
by (140 points)
What is segger Jlink?

1 Answer

0 votes
by (1.3k points)
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.

Related questions

0 votes
1 answer
asked May 11, 2021 by runtime (140 points)
...