Kyle Koss wrote: > The document is about ten pages of forms with a lot of SVG. It seems to > start processing, but then throws this error: > > java.lang.NoClassDefFoundError > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:130) > at > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnviron > ment.java:62) > at
You can't use SVG in a headless environment. Here is the FAQ: http://xml.apache.org/fop/faq.html#svg-headless Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
