I had a similar problem and it was that Struts as included by Netbeans had an older commons-io library that was missing required methods that FOP needs.
Kindest regards Theresa Forster Senior Software Developer -----Original Message----- From: honyk [mailto:[email protected]] Sent: 07 June 2011 21:42 To: [email protected] Subject: RE: NoSuchMethodError: org.apache.fop.fonts.FontInfo.setEventListener > > > java.lang.NoSuchMethodError: > > > org.apache.fop.fonts.FontInfo.setEventListener(...)V Sorry for this noise. I've included all the libraries from FOP distributon into my project and it works now! I had there just fop + batik before. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1382 / Virus Database: 1511/3683 - Release Date: 06/05/11 ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1382 / Virus Database: 1511/3683 - Release Date: 06/05/11 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
