Reputation: 168
I am trying to use JRockit 5.2(that ships with JDK7u51)ito connect with MBean Server thru JMXMP connector but I am not able to add jmxmp connector support for JRocket. When I try to connect, JRockit tells me unsupported protocol.
Any advise?
Upvotes: 0
Views: 209
Reputation: 1111
Make sure that you have the jmxremote_optional.jar
in your classpath. V4.0
was released in May 2013 and is here:
Upvotes: 0