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.
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.
jdk1.8.0_101/bin下各文件解释的更多相关文章
- Centos安装jdk1.8出现-bash: //usr/local/soft/jdk1.8.0_191/bin/javac: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录错误。
1.从来没有这么郁闷,之前安装都是好好的,自从将Centos升级到7.0版本,安装了jdk报了这个错误,也是郁闷的一毛,参考了一下百度的,记录一下.使用java命令还有java -version命令都 ...
- 解决:Android编译源码根目录下/system/vold后,通过push命令将编译生成的vold文件push至system/bin下无法正常开机
这段时间由于工作需要,在对android根目录下/system/vold进行修改编译的时候,在通过adb命令将vold文件push至/system/bin目录下,adb reboot重启手机却发现一直 ...
- 【转】链接任意目录下库文件(解决错误“/usr/bin/ld: cannot find -lxxx”
netbeans构建项目也出现了同样的问题.猜测是netbeans内部就用的是-l 这种编译方式,所以需要把***.a手动改为lib***.a 原文地址:链接任意目录下库文件(解决错误“/usr/bi ...
- linux下编译qt5.6.0静态库(使用./configure --help来看看都有哪些参数。超详细,有每一个模块的说明。如果改变了安装的目录,需要到安装目录下的bin目录下创建文件qt.conf)(乌合之众)good
linux下编译qt5.6.0静态库 linux下编译qt5.6.0静态库 configure生成makefile 安装选项 Configure选项 第三方库: 附加选项: QNX/Blackberr ...
- node_modules .bin文件夹下的文件
node_modues/.bin文件夹下,对于一个npm包,有两个可执行文件,没有后缀名的是是对应unix系的shell脚本,.cmd文件对应的是windows bat脚本,内容都是用node执行一个 ...
- Web项目Bin目录下的文件改动会引发Application_End事件,IIS会回收线程
原博文 https://blog.csdn.net/caca95/article/details/85284309 处理方法 Web项目Bin目录下的文件改动会引发Application_End事件, ...
- 【树莓派】-bash: /usr/local/java/jdk1.8.0_161/bin/java: cannot execute binary file: Exec format error
遇到这样的问题:-bash: /usr/local/java/jdk1.8.0_161/bin/java: cannot execute binary file: Exec format error ...
- Linux下的文件及文件后缀名
Linux下的文件及文件后缀名 2013-03-14 15:34 6969人阅读 评论(0) 收藏 举报 ++++++++++++++++++++++++++++++++++++++正文+++++++ ...
- 多文件目录下makefile文件递归执行编译所有c文件
首先说说本次嵌套执行makefile文件的目的:只需make根目录下的makefile文件,即可编译所有c文件,包括子目录下的. 意义:自动化编译行为,以后编译自己的c文件时可把这些makefile文 ...
随机推荐
- 【转】c#文件操作大全(二)
61.文件夹移动到整合操作 FolderDialog aa = new FolderDialog(); aa.DisplayDialog(); if (aa ...
- 防止非授权用户调用DLL
1.首先要创建一个密钥文件(*.snk)
- aix 安装redis
下载最新rpm安装包 http://www.perzl.org/aix/index.php?n=Main.Redis # uname -aAIX rhjf 1 6 00C5CC964C00# pwd/ ...
- CSS制作图片水平垂直居中 亲测推荐
空白标签实现图片的垂直居中 这种方法很有意思,也很有独特之处,我的思路也是来自于张鑫旭-鑫空间-鑫生活写的<大小不固定的图片.多行文字的水平垂直居中>一文中的使用空白图片实现垂直对齐.他主 ...
- Microsoft Expression Blend 4制作简单的按钮
在博客园混了这么久了,第一次写博客.本人标准的理工男,文笔不敢说一般,只能用还学过语文.勉强达意而已.见笑!! 由于本人能有有限,错误之处在所难免,望大牛们批评指正,共同进步.^_^!!!!!!!!! ...
- Java 多线程 简单实例 (Thread)
package second; public class A extends Thread { public void run(){ for(int i = 1;i <= 10 ; i++){ ...
- html 5 drag and drop upload file
compatible: chrome firefox ie 11 , not supported demo: http://demo.tutorialzine.com/2011/09/html5-fi ...
- sql之事务和并发
1.Transaction(事务)是什么: 事务是作为单一工作单元而执行的一系列操作.包括增删查改. 2.事务的种类: 事务分为显示事务和隐式事务: 隐式事务:就是平常我们使用每一条sql 语句就是一 ...
- 开源YYKit-b
转自 ibireme的博客,大家可以去他博客看看,有很多开发过程的一些调研和评测. YYModel 类似 Mantle/JSONModel 的工具,性能比 Mantle 高一个数量级,有更好的容错性, ...
- 2328: [HNOI2011]赛车游戏 - BZOJ
先把一定要减的费用先减掉,就是b*s*len(上坡路),下坡路就设一个初速度,使耗油为0,如果没油了,就无法到达 然后考虑加速 对于长度为len的路,增加v的速度需要len*a*v的油,与len成正比 ...