< prev index next >

closed/make/data/docs-resources/specs/man/index.html

Print this page

        

*** 27,36 **** --- 27,37 ---- <li><a href="jinfo.html">jinfo</a> - generate Java configuration information for a specified Java process</li> <li><a href="jjs.html">jjs</a> - command-line tool to invoke the Nashorn engine</li> <li><a href="jlink.html">jlink</a> - assemble and optimize a set of modules and their dependencies into a custom runtime image</li> <li><a href="jmap.html">jmap</a> - print details of a specified process</li> <li><a href="jmod.html">jmod</a> - create JMOD files and list the content of existing JMOD files</li> + <li><a href="jpackage.html">jpackage</a> - package a self-contained Java application</li> <li><a href="jps.html">jps</a> - list the instrumented JVMs on the target system</li> <li><a href="jrunscript.html">jrunscript</a> - run a command-line script shell that supports interactive and batch modes</li> <li><a href="jshell.html">jshell</a> - interactively evaluate declarations, statements, and expressions of the Java programming language in a read-eval-print loop (REPL)</li> <li><a href="jstack.html">jstack</a> - print Java stack traces of Java threads for a specified Java process</li> <li><a href="jstat.html">jstat</a> - monitor JVM statistics</li>
< prev index next >