mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
24.42.2006 1e272c0e0205759e920795c2e6b33d34289dac3b
Update the system information monitor provider to include the value of the
java.home system property in the entry that it generates.

OpenDS Issue Number: 861
1 files modified
2 ■■■■■ changed files
opends/src/server/org/opends/server/monitors/SystemInfoMonitorProvider.java 2 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/monitors/SystemInfoMonitorProvider.java
@@ -172,6 +172,8 @@
                              System.getProperty("java.vm.version")));
    attrs.add(createAttribute("jvmVendor",
                              System.getProperty("java.vm.vendor")));
    attrs.add(createAttribute("javaHome",
                              System.getProperty("java.home")));
    attrs.add(createAttribute("classPath",
                              System.getProperty("java.class.path")));
    attrs.add(createAttribute("workingDirectory",