Hi everybody,
I have coded a Servlet which generates PNG images from SVG files.
This servlet is hosted by the JBoss-Tomcat distribution with Xalan and
Xerces libraries.
Everything is ok when i am testing in my dev. environement (Windows XP +
Eclipse).
When I deploy on the staging server (Linux), my servlet throw th following
Exception
java.lang.NoClassDefFoundError
at org.apache.batik.dom.svg.SAXSVGDocumentFactory.<init>(Unknown
Source)
I check the jars used by JBoss, it seems to be the same.
My distribution of batik
Does anyone has a suggestion ?
David
- Re: NoClassDefFoundError in SAXSVGDocumentFactory.<init&... David Thibau
- Re: NoClassDefFoundError in SAXSVGDocumentFactory.<... Thomas DeWeese