You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by xa...@ic.lu on 2007/07/27 10:36:43 UTC

SVGGraphcis2D Initialization

Hi batik users,
 
I use batik in a web application running under tomcat 5.5.9
The instance of tomcat is running on Linux Redhat Enterprise OS.
The functionnality using the batik libraries works fine since this
morning
Now I have the following error when batik tried to initialize the
SVGGraphics2D :
 
java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnviron
ment.java:68)
 
It sounds like batik does not find anymore the local graphics
environment...
After restarted Tomcat, it works...
 
Does some one has a explanation ???
 
 
Xavier Lahaut