Properties props=SystemgetProperties(); //系统属性
Systemoutprintln(Java的运行环境版本+propsgetProperty(javaversion));
Systemoutprintln(Java的运行环境供应商+propsgetProperty(javavendor));
Systemoutprintln(Java供应商的URL+propsgetProperty(javavendorurl));
Systemoutprintln(Java的安装路径+propsgetProperty(javahome));
Systemoutprintln(Java的虚拟机规范版本+propsgetProperty(javavmspecificationversion));
Systemoutprintln(Java的虚拟机规范供应商+propsgetProperty(javavmspecificationvendor));
Systemoutprintln(Java的虚拟机规范名称+propsgetProperty(javavmspecificationname));
Systemoutprintln(Java的虚拟机实现版本+propsgetProperty(javavmversion));
Systemoutprintln(Java的虚拟机实现供应商+propsgetProperty(javavmvendor));
Systemoutprintln(Java的虚拟机实现名称+propsgetProperty(javavmname));
Systemoutprintln(Java运行时环境规范版本+propsgetProperty(javaspecificationversion));
Systemoutprintln(Java运行时环境规范供应商+propsgetProperty(javaspecificationvender));
Systemoutprintln(Java运行时环境规范名称+propsgetProperty(javaspecificationname));
Systemoutprintln(Java的类格式版本号+propsgetProperty(javaclassversion));
Systemoutprintln(Java的类路径+propsgetProperty(javaclasspath));
Systemoutprintln(加载库时搜索的路径列表+propsgetProperty(javalibrarypath));
Systemoutprintln(默认的临时文件路径+propsgetProperty(javaiotmpdir));
Systemoutprintln(一个或多个扩展目录的路径+propsgetProperty(javaextdirs));
Systemoutprintln(操作系统的名称+propsgetProperty(osname));
Systemoutprintln(操作系统的构架+propsgetProperty(osarch));
Systemoutprintln(操作系统的版本+propsgetProperty(osversion));
Systemoutprintln(文件分隔符+propsgetProperty(fileseparator)); //在 unix 系统中是"/"
Systemoutprintln(路径分隔符+propsgetProperty(pathseparator)); //在 unix 系统中是":"
Systemoutprintln(行分隔符+propsgetProperty(lineseparator)); //在 unix 系统中是"/n"
Systemoutprintln(用户的账户名称+propsgetProperty(username));
Systemoutprintln(用户的主目录+propsgetProperty(userhome));
Systemoutprintln(用户的当前工作目录+propsgetProperty(userdir));
Systemoutprintln(用户的当前工作目录+propsgetProperty(userdir));