aspose file tools
The moose likes XML and Related Technologies and the fly likes Error while converting XSD using Jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Error while converting XSD using Jar" Watch "Error while converting XSD using Jar" New topic
Author

Error while converting XSD using Jar

Pooja Sinha
Greenhorn

Joined: Aug 18, 2009
Posts: 11
I'm trying to convert a XSD using Jar and a batch file which sets the classpath and other relevant paramters. I get the Error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/xml/sax/ErrorHandler

The classpath has the following jar files:
  • xercesImpl-1.5.jar
  • sax2.jar
  • sax-2.0.1.jar
  • dom.jar
  • dom4j-1.6.1.jar
  • xalan.jar
  • xsdlib.jar
  • jaxb-api.jar
  • jaxb-impl.jar
  • jaxb-libs.jar
  • jaxb-xjc.jar
  • namespace.jar
  • jax-qname.jar
  • relaxngDatatype.jar


  • Although the class org/xml/sax/ErrorHandler exists in the jar sax.jar but still this error comes up.
    Kindly Help
    Paul Clapham
    Bartender

    Joined: Oct 14, 2005
    Posts: 16482
        
        2

    That must be your problem then... you don't have "sax.jar" in your classpath. Not if your classpath is the list of jars you posted, anyway.
    Trilochan Bharadwaj
    Ranch Hand

    Joined: Feb 02, 2009
    Posts: 100
    How's the classpath being set? care to share batch file snippet?

    Trilochan.
    Pooja Sinha
    Greenhorn

    Joined: Aug 18, 2009
    Posts: 11
    Thanks! I was able to resolve the issue. The only problem was the JDK being used. Changed the path to take jdk1.4 and the issue was resolved
     
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: Error while converting XSD using Jar
     
    Similar Threads
    Fatal error while parsing xml
    Linkage Error with LOG4j
    New Fields in XML
    XML to Java object using JAXB
    Creating empty tags using JAXB.