John Embretsen wrote:
With JMX enabled on the JVM level (regardless of Derby's JMX support), you are able to read all system properties anyway, as a valid JMX user on a local or remote machine.
Is that through the SystemProperties attribute of the mbean for java.lang.Runtime?
I see that in jconsole, though it doesn't show me the system properties, instead it shows the class name of the class wrapping the properties (TabularDataSupport). I assume that's just a bug in the jvm version I'm using, on later jdk6's does it show a set of properties?
Dan.
