Re: running batik in eclipse

2004-02-09 Thread Tonny Kohar
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.

Re: running batik in eclipse

2004-02-09 Thread Arvinder Singh
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

running batik in eclipse

2004-02-09 Thread Judah Diament
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