|
System property org.xml.sax.driver not specified
I'm using SAX parser.
The code compiles fine but when I execute it, this error appears
C:\javaexamples>java ExtractorDriver order.xml
org.xml.sax.SAXException: System property org.xml.sax.driver not specified
????
what's the problem?
can you help me?
|