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!

SAX - driver not specified

843834Sep 2 2004 — edited Sep 2 2004
Hello,

I have just installed the J2SEE sdk 1.4.01. In a program I am using:

import javax.xml.parsers.*;
import org.xml.sax.*;
import org.xml.sax.helpers.*;

The java program compiles OK but there is a SAXException saying the system property for org.xml.sax.driver is not specified. The line causing the exception is:

parser = XMLReaderFactory.createXMLReader();

Could someone refer me to info on how to specify the driver.

Thanks,

Jim McGlaughlin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2004
Added on Sep 2 2004
1 comment
108 views