jdk1.8.0_101/bin下各文件解释

appletviewer - Runs applets outside of a web browser.
extcheck - Detects version conflicts between a target Java Archive
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.
java - Launches a Java application.
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.
javafxpackager - Note: This tool has been renamed javapackager. The javafxpackager.exe file may be removed in a future release. Please update your scripts to use javapackager.
javah - Generates C header and source files from a Java class.
javap - Disassembles one or more class files.
javapackager - Performs tasks related to packaging and signing Java and JavaFX applications.
javaws - Starts Java Web Start.
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.
jjs - Invokes the Nashorn engine.
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.
jmc - Java Mission Control is a Profiling, Monitoring, and Diagnostics Tools Suite.
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.
jvisualvm - Visually monitors, troubleshoots, and profiles Java applications.
keytool - Manages a keystore (database) of cryptographic keys, X.509 certificate chains, and trusted certificates.
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 versa.
orbd - Enables clients to locate and call persistent objects on servers in the CORBA environment.
pack200 - Packages a JAR file into a compressed pack200 file for web deployment.
olicytool - Reads and writes a plain text policy file based on user input through the utility GUI.
【jdk1.8.0_101/bin下各文件解释】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 generates Object Management Group (OMG) Interface Definition Language (IDL)
rmid - Starts the activation system daemon that enables objects to be registered and activated in a Java Virtual Machine (JVM).
rmiregistry - Starts a remote object registry on the specified port on the current host.
schemagen - Generates a schema for every name space that is referenced in your Java classes.
serialver - Returns the serial version UID for specified classes.
servertool - Provides an easy-to-use interface for developers to register, unregister, start up, and shut down a persistent server.
tnameserv - Interface Definition Language (IDL).
unpack200 - Transforms a packed file produced by pack200(1) into a JAR file for web deployment.
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.

    推荐阅读