当前位置: 技术问答>java相关
在程序运行中,如何得到JVM的版本号?在线等待
来源: 互联网 发布时间:2015-07-26
本文导语: 在程序运行中,如何得到JVM的版本号?在线等待 | Applets are prevented from reading these system properties: key meaning ____________ _____________________________ java.home Java installation directory ja...
在程序运行中,如何得到JVM的版本号?在线等待
|
Applets are prevented from reading these system properties:
key meaning
____________ _____________________________
java.home Java installation directory
java.class.path Java classpath
user.name User account name
user.home User home directory
user.dir User's current working directory
key meaning
____________ _____________________________
java.home Java installation directory
java.class.path Java classpath
user.name User account name
user.home User home directory
user.dir User's current working directory
|
(System.getProperties()).list(System.out);
慢慢看吧。
---------------
shmilu@sina.com
慢慢看吧。
---------------
shmilu@sina.com