|
Hi
I want to use Batik to convert SVG files into PNG and PDF's. This works great when I run the project in Netbeans, but how do I build and distribute it? I've tried to add all the 20 jar files to the project jar file, but it doesn't help. I get errors like "Exception in thread 'main' java.lang.NoClassDefFoundError: org/apache/fop/svg/PDFTranscoder".
So basically it works when I run my project, but when I build the project and use it in another java application, I get NoClassDefFoundError.
Anyone?
Thanks in advance
/john |
- Problems distributing Batik John Knoop
- Re: Problems distributing Batik Tonny Kohar
