Re: XMLC Command
Jacob Kjome <[email protected]> Wed, 05 Nov 2003 13:08:58 -0600
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
At 05:24 PM 11/5/2003 +0100, you wrote: >Stefan Koulouris wrote: > >>Exception in thread "main" java.lang.NoClassDefFoundError: >>org/w3c/dom/ranges/Do >>cumentRange > > >As Jacob wrote, but maybe more specifically, you are (at least) missing >xml-apis.jar in your classpath. You can find this at the w3c. Actually, it ships with the XMLC-2.2.x distributions. It one is the one distributed with Xerces-2.5.0. And yes, Mark is right that it is required as I removed the org.w3c.dom, org.xml, and javax.xml packages that were part xerces-1.4.4 that XMLC uses internally (wrapped in org.enhydra.apache.xerces). Jake