!--a11y-->
System Properties 
The system properties monitored by the Monitoring Service are the properties provided by System.getProperties();. For more information, see java.lang.System in the JDK API documentation.
Monitored Data
Property |
Description |
file.separator |
File separator ("/" on UNIX). |
java.class.path |
Java class path. |
java.class.version |
Java class format version number. |
java.ext.dirs |
Path of extension directory or directories. |
java.home |
Java installation directory. |
java.specification.name |
Java Runtime Environment specification name. |
java.specification.vendor |
Java Runtime Environment specification vendor. |
java.specification.version |
Java Runtime Environment specification version. |
java.vendor |
Java Runtime Environment vendor. |
java.vendor.url |
Java vendor URL. |
java.version |
Java Runtime Environment version. |
java.vm.name |
Java Virtual Machine implementation name. |
java.vm.specification.name |
Java Virtual Machine specification name. |
java.vm.specification.vendor |
Java Virtual Machine specification vendor. |
java.vm.specification.version |
Java Virtual Machine specification version. |
java.vm.vendor |
Java Virtual Machine implementation vendor. |
java.vm.version |
Java Virtual Machine implementation version. |
line.separator |
Line separator ("\n" on UNIX). |
jco.middleware.librfc_path |
The path from which the RFC library, JCo's underlying component, was loaded. |
jco.middleware.libjrfc_path |
The path from which the JCO JNI Layer was loaded. |
os.arch |
Operating system architecture. |
os.name |
Operating system name. |
os.version |
Operating system version. |
path.separator |
Path separator (":" on UNIX). |
user.dir |
User's current working directory. |
user.home |
User's home directory. |
user.name |
User's account name. |

Apart from the standard system properties listed above, the Monitoring Service displays all system properties set by J2EE Engine users at runtime.
