Hello all:
I'm using Eclipse with
Struts framework and am trying to create and convert a SVG graphic to JPG. This is the error that i've been getting:
java.lang.NoClassDefFoundError

rg/apache/batik/dom/svg/ExtensibleSVGDOMImplementation
Now I've made sure multiple times to import the jar file. I'm deploying my application on the
JBoss server and find this jar file in JBoss deploy directory too when I deploy the application. But the same error persists. I have had a couple of NoClassDefFound errors before, and I corrected them the same way, by importing the jar file into the WEB-APP/lib directory of my application. They worked, but this error is adamant !!
Any ideas anyone? Also, my apologies if I've posted this in the wrong forum.
Thanks