Hi i am new to this domain.
If I import below classes i am unable to build the application.
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
while building iam getting
....
cannot find symbol
symbol : class DocumentBuilder
......
cannot find symbol
symbol : class Document
......
cannot find symbol
symbol : class Element
I am using Netbeans 5.5, J2MEpolish-2.0.2.jar and Jdk 1.5.
For avoiding these errors I added the xmlParsersAPI-2.6.2.jar by selecting applicaton properties --> Libraries & Resources. Still I am getting the same errors.
Please suggest me any solution. Thanks in advance for your reply.
Regards
Sunil.G

Reply With Quote

