Re: Connecting to JDK 1.5 Mbeans (embedded in its JVM) through JDK 1.4 using JMX code.I am using JMX optional package 1.0.1 of JDK 1.4.
Posted By:
Anonymous
Posted On:
Wednesday, December 15, 2004 02:34 AM
I was able to find one solution for this. I am using SNMP to monitor JDK 1.5 from JDK 1.4.
I just enabled the SNMP agent in JDK 1.5 and i am able to browser throught the MIB file with an MIB browser.I have a jdk 1.4 class that connects to the snmp agent and gets the data.However i am still not able to work around with the JMX part.