博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jdk1.8.0_101/bin下各文件解释
阅读量:5909 次
发布时间:2019-06-19

本文共 4314 字,大约阅读时间需要 14 分钟。

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.

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.

 

转载地址:http://dnvpx.baihongyu.com/

你可能感兴趣的文章
龙家贰少的MarkDown学习笔记
查看>>
查看端口占用命令
查看>>
vi 常用命令
查看>>
CLRS 4.2 Exercises
查看>>
Textillate.js – 实现动感的 CSS3 文本动画的简单插件(用法详情&只支持现代浏览)...
查看>>
项目 调dubbo接口 异常总结
查看>>
通过Gearman实现MySQL到Redis的数据复制
查看>>
Peer certificate cannot be authenticated with known CA certificates
查看>>
SQLite基础
查看>>
V哥自用 测试fragment声明周期 调整懒加载
查看>>
带border的百分比布局
查看>>
SpringMVC强大的数据绑定(2)——第六章 注解式控制器详解——跟着开涛学SpringMVC...
查看>>
html input文本只读
查看>>
Struts2访问request,session,application的四种方式
查看>>
eclipse 自动为getter和setter添加注释
查看>>
用链表实现的栈和队列
查看>>
oracle--数据库
查看>>
5、KVM虚拟机热迁移实现
查看>>
驰骋工作流引擎设计系列12 工作质量考核设计
查看>>
UML
查看>>