Package java-latest-openjdk-devel

OpenJDK 24 Development Environment

http://openjdk.java.net/

The OpenJDK 24 development tools.

Version: 24.0.0.0.34

General Commands

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