Hi,
 
I just downloaded xerces on my machine but I can't compile the program SAXCounter.
apparentlly all the program are not compile. So what is the general advise to complie all the .java from xerces (classpath?,makefile? ...)
 
This is the error I get
 
SAXCount.java:60: Class util.Arguments not found in import.
import util.Arguments;
       ^
SAXCount.java:65: Class sax.helpers.AttributeListImpl not found in import.
import sax.helpers.AttributeListImpl;
       ^
SAXCount.java:67: Class org.xml.sax.AttributeList not found in import.
import org.xml.sax.AttributeList;
       ^
SAXCount.java:68: Class org.xml.sax.HandlerBase not found in import.
import org.xml.sax.HandlerBase;
       ^
SAXCount.java:69: Class org.xml.sax.Parser not found in import.
import org.xml.sax.Parser;
       ^
SAXCount.java:70: Class org.xml.sax.SAXException not found in import.
import org.xml.sax.SAXException;
       ^
SAXCount.java:71: Class org.xml.sax.SAXParseException not found in import.
import org.xml.sax.SAXParseException;
       ^
SAXCount.java:72: Class org.xml.sax.XMLReader not found in import.
import org.xml.sax.XMLReader;
       ^
SAXCount.java:73: Class org.xml.sax.helpers.ParserFactory not found in import.
import org.xml.sax.helpers.ParserFactory;
       ^
SAXCount.java:83: Superclass org.xml.sax.HandlerBase of class sax.SAXCount not f
ound.
extends HandlerBase {
 
 
Fabien

Reply via email to