[
Lists Home |
Date Index |
Thread Index
]
- From: Imtiaz Kalburgi <imtiazk@comatindia.com>
- To: xml-dev@lists.xml.org
- Date: Wed, 19 Jul 2000 07:32:03 +0530
Hi everybody. . .
I am getting the following error while i try to compile the program.
I really don't understand which jar file is it looking for. . I already
have "jaxp.jar" and "parser.jar" in my classpath.
Kindly help me.
the following are the errors. .
*************************************************
main.java:32: Class org.w3c.dom.Document not found in import.
import org.w3c.dom.Document;
main.java:33: Class javax.xml.parsers.DocumentBuilderFactory not found
in import.
import javax.xml.parsers.DocumentBuilderFactory;
main.java:34: Class javax.xml.parsers.DocumentBuilder not found in
import.
import javax.xml.parsers.DocumentBuilder;
main.java:35: Class org.xml.sax.SAXException not found in import.
import org.xml.sax.SAXException;
main.java:36: Class org.xml.sax.SAXParseException not found in import.
import org.xml.sax.SAXParseException;
*******************************************
Please try and help me.
Waiting for ur reply. .
thanx in advance. . .
regards,
imtiazk@comatindia.com
|