SAX - driver not specified
843834Sep 2 2004 — edited Sep 2 2004Hello,
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