Hi,
> java.io.IOException: SAX2 driver class
> org.apache.xerces.parsers.SAXParser not found
> at
> org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown
> Source)
> at
> org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown
> Source)
> at
> org.
Running Batik in Eclipse should be straight forward. What I did was just
to add all the JAR files in the Java Build Path.
Project Properties -> Java Build Path -> Libraries -> Add External JARs
Also, it looks like that your XML parser is giving problems. Just make
sure that you check yo
I am trying to run batik as an eclipse
plugin. I tried just dumping all of the jars into a plugin (see below),
but when I go to open an SVG file I get the follong exception:
java.io.IOException: SAX2
driver class org.apache.xerces.parsers.SAXParser not found
at org.apache.batik.dom.util.S