NoClassDefFoundError for HtmlAdaptorServer on Weblogic
I am encountering a NoClassDefFoundError when I attempt to instantiate an instance of the HtmlAdaptorServer class from the JMX 1.2 RI from within my Weblogic server application.
The weblogic ear, and staging directory contain both the jxmri.jar and the jmxtools.jar.Any ideas of what I am missing?
Running the BaseAgent class from the RI packages outside of Weblogic runs fine...

