You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Datar, Aditi" <ad...@sap.com> on 2001/01/05 20:36:08 UTC

FW: XJParse

> Hi,
> 
> I just started working with XML.  I wanted to validate my XML file against
> the DTD file.  However, when I try to validate it against the XJParse, I
> get the exception NoClassDefFoundError: XJParse.  I also do not find the
> class XJParse.
> 
> The command I am using is
> java XJParse -d ...\filename.xml
> 
> Also, the classpath has been correctly set to point at the  xerces.jar and
> xercesSamples.jar files.
> 
> I downloaded the src and bin .zip files from apache.  
> 
> Any help would be greatly appreciated.
> 
> thanks,
> ad