When I compile my program it is all ok, but when I run it this error appears
org.xml.sax.SAXException: System property org.xml.sax.driver not specified
at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory
.java:90)at Test.main(Test.java:201)
what's wrong?
is it a bug?
thanks