how do import a SaxPasrser?

the following code generate a compiling error.import org.apache.xerces.parsers.SAXParser;anyone know why?
[159 byte] By [T-Foxa] at [2007-10-2 11:24:31]
# 1
Classpath?
CeciNEstPasUnProgrammeura at 2007-7-13 4:29:40 > top of Java-index,Java Essentials,Java Programming...
# 2

> anyone know why?

Hard to say without knowing what your compiler is telling you.

You probably dont have the necessary JAR's/classes in your classpath like CeciNestPasUnProgrammeur suggested.

Download the Xerces JAR's here:

http://archive.apache.org/dist/xml/xerces-j/

Installation notes:

http://xerces.apache.org/xerces-j/install.html

prometheuzza at 2007-7-13 4:29:40 > top of Java-index,Java Essentials,Java Programming...
# 3
thank you
T-Foxa at 2007-7-13 4:29:40 > top of Java-index,Java Essentials,Java Programming...