Hi, I don't know, and understand who I have to compile a source Java with Xerces. I have a programme named test.java In it : import java.io.IOException; import org.xml.sax.Attributes; import org.apache.xerces.parsers.SAXParser; .... When I compile it with javac test.java, I have this error occured : test : 14 : Class org.apache.xerces.parsers.SAXParser not found in import 1 error Or I have my xerces_1_2.jar under my directory, and when I list it I have org.apache.xerces.parsers.SAXParser.c Somebody is able to help me ? Sincerily PS
