Hey,
i'm trying to get started with the
batik toolkit but when i attempt to open an SVG document and display it on
the JSVGCanvas im getting a CSS parser not found error?
Any Idea why?
its a very small program that should open existing
SVG documents and display them. I've included the batik sources and
resources in my classpath along with the xerces parser? - i presume this is
the correct way to compile it. Any insight would be much
appreciated
Error Message:
org.w3c.dom.DOMException: The CSS parser class
org.apache.batik.css.parser.Parser cannot be found.
at
org.apache.batik.dom.svg.SVGDOMImplementation.createCSSEngine(SVGDOMImplementation.java:114)
at
org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation.createCSSEngine(ExtensibleSVGDOMImplementation.java:125)
at
org.apache.batik.bridge.BridgeContext.initializeDocument(BridgeContext.java:244)
at
org.apache.batik.bridge.GVTBuilder.build(GVTBuilder.java:43)
at
org.apache.batik.swing.svg.GVTTreeBuilder.run(GVTTreeBuilder.java:94)
Regards
Danny Browne
|
- Checking Javascript Syntax Danny Browne
- Checking Javascript Syntax Fabio Biscaro
- Re: Checking Javascript Syntax Thomas DeWeese
- Re: Simple newbie question - CSS parser not found Cameron McCormack