java命令查询表

来源:百度知道 编辑:UC知道 时间:2024/05/07 17:52:22
那位大哥有java命令查询表啊!里面包含JAVA的所有命令和解释?
谢谢了!

楼上的注意了,人家要的不是api,是命令.
在命令的后面输入参数-h就可以了
比如想了解java命令
就输入java -h(a和-之间有空格)
就可以看见了
不需要命令表的

Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)

where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.

-cp -classpath <directories and zip/jar files separated by ;>
set search path for application classes and resources
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continu