java seems not to find a class from rt.jar ;)



Hi,

I use axbridge (activeX) technology to access sun jvm from IIS server. My jar is wrapped and deployed as COM object. JVM is instantiated by windows as IIS request certain java object, but I get the exception that javax.xml.parsers.DocumentBuilderFactory was not found. However it is in rt.jar of my jre.

It is strange to me as this class is inside rt.jar which afaik contains all basic classes. JRE 1.5 is used. Any ideas? What am I missing?

Regards
Maciek
.