http://openjdk.java.net/
The OpenJDK 17 development tools.
Version: 17.0.13.0.11
General Commands | |
jar-java-17 | create an archive for classes and resources, and manipulate or restore individual classes or resources from an archive |
jarsigner-java-17 | sign and verify Java Archive (JAR) files |
javac-java-17 | read Java declarations and compile them into class files |
javadoc-java-17 | generate HTML pages of API documentation from Java source files |
javap-java-17 | disassemble one or more class files |
jcmd-java-17 | send diagnostic command requests to a running Java Virtual Machine (JVM) |
jconsole-java-17 | start a graphical console to monitor and manage Java applications |
jdb-java-17 | find and fix bugs in Java platform programs |
jdeprscan-java-17 | static analysis tool that scans a jar file (or some other aggregation of class files) for uses of deprecated API elements |
jdeps-java-17 | launch the Java class dependency analyzer |
jfr-java-17 | parse and print Flight Recorder files |
jhsdb-java-17 | attach to a Java process or launch a postmortem debugger to analyze the content of a core dump from a crashed Java Virtual Machine (JVM) |
jinfo-java-17 | generate Java configuration information for a specified Java process |
jlink-java-17 | assemble and optimize a set of modules and their dependencies into a custom runtime image |
jmap-java-17 | print details of a specified process |
jmod-java-17 | create JMOD files and list the content of existing JMOD files |
jpackage-java-17 | tool for packaging self-contained Java applications. |
jps-java-17 | list the instrumented JVMs on the target system |
jrunscript-java-17 | run a command-line script shell that supports interactive and batch modes |
jshell-java-17 | interactively evaluate declarations, statements, and expressions of the Java programming language in a read-eval-print loop (REPL) |
jstack-java-17 | print Java stack traces of Java threads for a specified Java process |
jstat-java-17 | monitor JVM statistics |
jstatd-java-17 | monitor the creation and termination of instrumented Java HotSpot VMs |
serialver-java-17 | return the serialVersionUID for one or more classes in a form suitable for copying into an evolving class |