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文 ...
随机推荐
- ubuntu下下载并安装H265(hm.x.x代码和X265代码)
H265,现今是High Efficiency Video Coding的别称,详细的概述见维基百科,详细的开发见官方网站. 一.下载并编译官方的测试源码HM.x.x: 1 ubuntu下安装svn: ...
- C# Winform程序请求管理员权限
如果你的Winform程序需要管理员权限才能正常执行,请加入如下代码: static class Program { /// <summary> /// 应用程序的主入口点. /// &l ...
- closest()一个在评论里很有用的函数
实例 本例演示如何通过 closest() 完成事件委托.当被最接近的列表元素或其子后代元素被点击时,会切换黄色背景: $( document ).bind("click", fu ...
- 【IOS】分享下近一年IOS开发的经验总结
从上个暑假末到现在,自己做IOS开发也快一年了.从一开始的什么都不知道,到现在大多事都能搭上一两手,期间经历了很多事情.下面来和大家分享一下心得和感触. 1.现在移动领域的知识更新的很快,无论是IOS ...
- 传统ASP.NET开发和MVC的设计思想
传统ASP.NET开发 第一步:客户端请求服务器: 第二步:服务器从数据库取得数据处理后响应给客户端页面. MVC的设计思想 第一步:客户端请求控制器(里面的一个方法): 第二步:控制器从数据库里取得 ...
- Lua中cJson的读写
这里采用的是Lua CJson库,是一个高性能的JSON解析器和编码器,其性能比纯Lua库要高10~20倍.并且Lua Json完全支持UTF-8,无需以来其他非Lua/LuaJit相关包. 环境安装 ...
- spring的三种注解管理器
1.依赖注入的注解解析器 在配置文件中; * xsd xmlns:context="http://www.springframework.org/schema/context" h ...
- eval()字符串转成对象
var s = "{a:1,b:2}"; console.log(typeof s); s = eval("(" + s + ")"); c ...
- PAT-乙级-1018. 锤子剪刀布 (20)
1018. 锤子剪刀布 (20) 时间限制 100 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 大家应该都会玩“锤子剪刀布”的游 ...
- adt安装慢解决
原地址:http://yuanzhifei89.iteye.com/blog/1884398 安装adt的时候不管时在线安装还是下载下来了离线安装,都不见安装进度条动,只要把一个选项勾掉立马就让进度条 ...