jdk tools include: Java runtime environment, javac, java, jdb, appletviewer, extcheck, idlj, jar, jarsigner, javadoc, javafxpackager, javah, javap, jdb, rmic, jstat, etc.
The full name of JDK is Java Development ToolKit, which is a Java language development tool kit. JDK is the core of the entire JAVA, including the Java Runtime Environment (Java Runtime Envirnment), a bunch of Java tools (javac/java/jdb, etc.) and Java basic class libraries (that is, Java API including rt.jar).
What does the jdk tool include?
The following is an overview description of the tools included in jdk:
appletviewer: used to run and browse applet small programs.
extcheck: Extension detection tool, mainly used to detect whether there is a version conflict between the specified jar file and the currently installed Java SDK extension.
idlj: IDL-to-Java Compiler, used to generate Java bindings for the specified IDL file. IDL stands for Interface Definition Language.
jar: jar file management tool, mainly used to package, compress and decompress jar files.
jarsigner: jar key signing tool.
java: Java running tool, used to run .class bytecode files or .jar files.
javac: Java Compiler tool (Java Compiler), used to compile Java source code files.
javadoc: Java documentation tool, mainly used to generate API help documentation in HTML format based on annotation information in Java source code.
javafxpackager: JavaFX wrapper used to perform tasks related to packaging or signing JavaFX applications. JDK 8u20 has migrated this tool to javapackager.
javah: Java header file tool, used to generate C/C header files and source files based on Java classes (mainly used in the JNI development field).
javap: Java decompilation tool, mainly used to disassemble Java bytecode files into Java source code files.
javapackager: Performs tasks for packaging and signing Java applications and JavaFX applications. Contains the functions of javafxpackager.
jcmd: Java command line (Java Command), used to send diagnostic command requests to the running JVM.
jconsole: A graphical user interface monitoring tool, mainly used to monitor and display information such as performance and resource usage of applications running on the Java platform.
jdeps: Used to analyze the dependencies of Java classes.
jdb: Java debugging tool (Java Debugger), mainly used for breakpoint debugging of Java applications.
jhat: Java Heap Analysis Tool, used to analyze object information in Java heap memory.
jinfo: Java Configuration Information tool, used to print the configuration information of the specified Java process, core file or remote debugging server.
jjs: Call to Nashorn engine. Nashorn is a lightweight, high-performance JavaScript running environment based on Java.
jmap: Java Memory Map tool, mainly used to print shared object memory mapping or heap memory details of the specified Java process, core file or remote debugging server.
jmc: Java Mission Control tool, mainly used for production time monitoring, analysis, and diagnosis of HotSpot JVM. Developers can use the jmc command to create JMC tools. https://docs.oracle.com/javacomponents/jmc-5-5/jmc-user-guide/toc.htm
jps: JVM Process Status Tool, used to display the target Java process information for the HotSpot JVM on the system.
jrunscript: Java command line script shell tool (command line script shell), mainly used to interpret and execute scripting languages such as javascript, groovy, and ruby.
jsadebugd: Java Serviceability Agent Debug Daemon, mainly used to attach to specified Java processes, core files, or act as a debugging server.
jstack: Java stack tracing tool, mainly used to print stack trace information of the Java thread of the specified Java process, core file or remote debugging server.
jstat: JVM Statistics Monitoring Tool, mainly used to monitor and display JVM performance statistics, including gc statistics.
jstatd: The jstatd (VM jstatd Daemon) tool is an RMI server application used to monitor the creation and termination of HotSpot JVM, and provides an interface that allows remote monitoring tools to be attached to the JVM running on the local host.
jvisualvm: JVM monitoring, troubleshooting, and analysis tool, mainly providing detailed information of Java applications running on specified virtual machines in the form of a graphical interface.
keytool: Key and certificate management tool, mainly used for creating, modifying, deleting keys and certificates, etc. Mainly used to obtain or cache ticket authorization tickets of the Kerberos protocol. Allows users to view entries in the local credential cache and keytab (for the Kerberos protocol). Kerberos keytab management tool allows users to manage primary names and service keys stored in local keytabs.
native2ascii: Native-to-ASCII Converter, used for "any supported character encoding" and the corresponding "ASCII encoding and/or Unicode escape" ” conversion between.
orbd: Object Request Broker Daemon, which enables clients to transparently locate and invoke persistent objects located on the server in a CORBA environment.
pack200: JAR file packaging and compression tool, which can use the unique structure of Java classes to efficiently compress ordinary JAR files for faster network transmission. This is an object wrapper provided by Microsoft for use with object installation packages.
policytool: Policy tool, used to manage user policy files (.java.policy).
rmic: Java RMI compiler, which generates stub, skeleton, and tie classes for remote objects using JRMP or IIOP protocols. It is also used to generate OMG IDL.
rmid: Java RMI activates the system daemon. rmid starts the activation system daemon, allowing objects to be registered or activated in the virtual machine.
rmiregistry: Java remote object registry, used to create and start a remote object registry on the specified port of the current host.
schemagen: XML schema generator, used to generate XML schema files.
serialver: Serial version command, used to generate and return serialVersionUID.
servertool: Java IDL server tool for registering, unregistering, starting and terminating persistent servers.
tnameserv: Java IDL transient naming service.
unpack200: JAR file decompression tool, which decompresses and extracts a file packaged by pack200 into a JAR file.
wsgen: Java API for XML Web Service 2.0, generating JAX-WS portable products for JAX-WS Web Service.
wsimport: Java API of XML Web Service 2.0, mainly used to generate client stubs and frameworks based on wsdl files published by the server
xjc: Mainly used to generate corresponding XML schema files Java class.
The above is the detailed content of What does the jdk tool include?. For more information, please follow other related articles on the PHP Chinese website!

Start Spring using IntelliJIDEAUltimate version...

When using MyBatis-Plus or other ORM frameworks for database operations, it is often necessary to construct query conditions based on the attribute name of the entity class. If you manually every time...

Java...

How does the Redis caching solution realize the requirements of product ranking list? During the development process, we often need to deal with the requirements of rankings, such as displaying a...

Conversion of Java Objects and Arrays: In-depth discussion of the risks and correct methods of cast type conversion Many Java beginners will encounter the conversion of an object into an array...

Solutions to convert names to numbers to implement sorting In many application scenarios, users may need to sort in groups, especially in one...

Detailed explanation of the design of SKU and SPU tables on e-commerce platforms This article will discuss the database design issues of SKU and SPU in e-commerce platforms, especially how to deal with user-defined sales...

How to set the SpringBoot project default run configuration list in Idea using IntelliJ...


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Mac version
God-level code editing software (SublimeText3)

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download
The most popular open source editor