Kyle,
"Kyle Koss" <[EMAIL PROTECTED]> wrote ..
> java.lang.NoClassDefFoundError
This could relate to this FAQ:
http://xml.apache.org/fop/faq.html#NoClassDefFound
This is typically a problem with your classpath.
You'll find a bit more info at the FAQ page.
--
Clay Leeds - [EMAIL PROTECTED]
Web
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
I have been having problems getting the FOPServlet to work. I am using
fop 0.20.5rc2 on Resin 2.1, runnin on a Linux box. I am dynamically
creating XML files and passing them to the FOPServlet to return a PDF to
the browser but I keep getting an error. I looked at the FAQ, and
searched the archives