Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to specify a SAX Driver?

843834Aug 26 2001 — edited May 2 2003
Hello,

I got the following error when I run my program.

org.xml.sax.SAXException: System property org.xml.sax.driver not specified
at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory
.java:90)
at examples.xml.http.StockClient.main(StockClient.java, Compiled Code)

I use JAXP API and I would like to know how to specify an SAX driver, where to get it?

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 30 2003
Added on Aug 26 2001
7 comments
1,034 views