Hi! I executed 'ASBuilder' sample in xerces 2.0.1. But I get ClassCastException. This run time exception took place at below:
// get DOM implementation DOMImplementationAS domImpl = (DOMImplementationAS)DOMImplementationImpl.getDOMImplementation(); I executed it under Linux. But Windows2000 does not generate exception. How can I fix this problem? thank you.