Reputation: 4322
I have expired problems using jmx tools(
Caused by: java.lang.NullPointerException at com.sun.jdmk.comm.HtmlAdaptorServer.setParser(HtmlAdaptorServer.java:232)
) I use jmxtools-1.2.1.jar. To investigate problem I need jmx tools sources(jmxtools-1.2.1-sources.jar) But I can not find such all over th internet =( Please help me to understand NullPointerException or download sources
Upvotes: 2
Views: 1060
Reputation: 16056
The project home-site for this is OpenDMK.
Their source code is in java.net's Subversion repository.
I have posted a mavenized version of that sub-project here.
The source for that specific class in the mavenized project is here.
Upvotes: 4