http://openjdk.java.net/
The OpenJDK 8 development tools.
Version: 1.8.0.432.b06
General Commands | |
appletviewer | Runs applets outside of a web browser. |
extcheck-java | Detects version conflicts between a target Java Archive (JAR) file and currently installed extension JAR files. |
idlj | Generates Java bindings for a specified Interface Definition Language (IDL) file. |
jar | Manipulates Java Archive (JAR) files. |
jarsigner | Signs and verifies Java Archive (JAR) files. |
javac | Reads Java class and interface definitions and compiles them into bytecode and class files. |
javadoc | Generates HTML pages of API documentation from Java source files. |
javah | Generates C header and source files from a Java class. |
javap | Disassembles one or more class files. |
jcmd | Sends diagnostic command requests to a running Java Virtual Machine (JVM). |
jconsole | Starts a graphical console that lets you monitor and manage Java applications. |
jdb | Finds and fixes bugs in Java platform programs. |
jdeps | Java class dependency analyzer. |
jhat | Analyzes the Java heap. This command is experimental and unsupported. |
jinfo | Generates configuration information. This command is experimental and unsupported. |
jmap | Prints shared object memory maps or heap memory details for a process, core file, or remote debug server. This command is experimental and unsupported. |
jps | Lists the instrumented Java Virtual Machines (JVMs) on the target system. This command is experimental and unsupported. |
jrunscript | Runs a command-line script shell that supports interactive and batch modes. This command is experimental and unsupported. |
jsadebugd | Attaches to a Java process or core file and acts as a debug server. This command is experimental and unsupported. |
jstack | Prints Java thread stack traces for a Java process, core file, or remote debug server. This command is experimental and unsupported. |
jstat | Monitors Java Virtual Machine (JVM) statistics. This command is experimental and unsupported. |
jstatd | Monitors Java Virtual Machines (JVMs) and enables remote monitoring tools to attach to JVMs. This command is experimental and unsupported. |
native2ascii | Creates localizable applications by converting a file with characters in any supported character encoding to one with ASCII and/or Unicode escapes or vice… |
rmic | Generates stub, skeleton, and tie classes for remote objects that use the Java Remote Method Protocol (JRMP) or Internet Inter-Orb protocol (IIOP). Also… |
schemagen | Generates a schema for every name space that is referenced in your Java classes. |
serialver | Returns the serial version UID for specified classes. |
wsgen | Reads a web service endpoint implementation (SEI) class and generates all of the required artifacts for web service deployment, and invocation. |
wsimport | Generates JAX-WS portable artifacts that can be packaged in a web application archive (WAR) file and provides an Ant task. |
xjc | Compiles an XML schema file into fully annotated Java classes. |