You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by 최원석 <ei...@shventure.seoul.kr> on 2002/03/21 12:35:10 UTC

xerces 2.0.1 Sample error

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.