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!

DomeEcho

843834Apr 2 2003 — edited Apr 27 2003
Hi,
I've downloaded this application and when compiling cannot find these classes:
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.FactoryConfigurationError;
import javax.xml.parsers.ParserConfigurationException;

import org.xml.sax.SAXException;
import org.xml.sax.SAXParseException;

import java.io.File;
import java.io.IOException;

import org.w3c.dom.Document;
import org.w3c.dom.DOMException;

Can anyone tell me where to download this classes?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2003
Added on Apr 2 2003
4 comments
110 views