java代码查看工具u java查看源码的快捷键( 八 )


Java有没有这样的命令行参数工具Java 命令行工具总结
1、命令
C/Documents and Settings/Zianedls ‘%JAVA_HOME%’/bin
HtmlConverter.exejavap.exejstatd.exermid.exe
appletviewer.exejavaw.exejvisualvm.exermiregistry.exe
apt.exejavaws.exekeytool.exeschemagen.exe
beanreg.dlljconsole.exekinit.exeserialver.exe
extcheck.exejdb.exeklist.exeservertool.exe
idlj.exejhat.exektab.exetnameserv.exe
jar.exejinfo.exemsvcr71.dllunpack200.exe
jarsigner.exejli.dllnative2ascii.exewsgen.exe
java-rmi.exejmap.exeorbd.exewsimport.exe
java.exejps.exepack200.exexjc.exe
javac.exejrunscript.exepackager.exe
javadoc.exejstack.exepolicytool.exe
javah.exejstat.exermic.exe
需要获得其中的帮助使用XX -help即可
Basic Tools
These tools are the foundation of the JDK. They are the tools you use to create and build applications.
Tool NameBrief DescriptionLinks to Reference Pages
javacThe compiler for the Java programming language. [Solaris and Linux ] [Windows ]
javaThe launcher for Java applications. In this release, a single launcher is used both for development and deployment.
The old deployment launcher, jre , is no longer provided. [Solaris and Linux ] [Windows ]
javadocAPI documentation generator.
See Javadoc Tool page for doclet and taglet APIs. [Solaris and Linux ] [Windows ]
aptAnnotation processing tool.
See Annotation Processing Tool for program annotation processing. [Solaris, Linux, and Windows ]
appletviewerRun and debug applets without a web browser. [Solaris and Linux ] [Windows ]
jarCreate and manage Java Archive (JAR) files.
See Java Archive Files page for the JAR specification. [Solaris and Linux ] [Windows ]
jdbThe Java Debugger.
See JPDA for the debugger architecture specifications. [Solaris and Linux ] [Windows ]
javahC header and stub generator. Used to write native methods. [Solaris and Linux ] [Windows ]
javapClass file disassembler [Solaris and Linux ] [Windows ]
extcheckUtility to detect Jar conflicts. [Solaris and Linux ] [Windows ]
--------------------------------------------------------------------------------
Monitoring and Management Tools
You can use the following tools to monitor JVM performance and resource consumption. The tools described in this section are unsupported and experimental , and should be used with that in mind. They may not be available in future JDK versions.
Platform support:
?jconsole: all platforms.
?jps, jstat, and jstatd: all platforms except Windows 98 and Windows ME.
For more information, see Monitoring and Management for the Java Platform .
Tool NameBrief Description
jconsoleExperimental : Java Monitoring and Management Console – JMX-compliant graphical tool for monitoring a Java virtual machine. It can monitor both local and remote JVMs.
jpsExperimental : JVM Process Status Tool – Lists instrumented HotSpot Java virtual machines on a target system.
jstatExperimental : JVM Statistics Monitoring Tool – Attaches to an instrumented HotSpot Java virtual machine and collects and logs performance statistics as specified by the command line options.
jstatdExperimental : JVM jstat Daemon – Launches an RMI server application that monitors for the creation and termination of instrumented HotSpot Java virtual machines and provides a interface to allow remote monitoring tools to attach to Java virtual machines running on the local system.
--------------------------------------------------------------------------------
Troubleshooting Tools
The following tools can be used for specific troubleshooting tasks. The tools described in this section are unsupported and experimental in nature and should be used with that in mind. They may not be available in future JDK versions.
These tools are not currently available on Windows platforms .

推荐阅读