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