Sunil_Bhandary wrote:
I am getting the following error in my application when tried to generate the PDF document using FOP. java.lang.AbstractMethodError: org/apache/fop/svg/SVGElementMapping.addToBuilder at org.apache.fop.apps.Driver.addElementMapping(Driver.java:373)
[snip]
SVGElementMapping.addToBuilder is definitely not an abstract method, and the line numbers in Driver.java are way off compared to the actual file in 0.20.5. Try running the FOP command line application from a shell, with your actual Java environment. FOP should run fine Java 1.4 in general. You should double check the classpath settings in the IDE, check whether there aren't modified Driver.Java and/or SVGElementMapping file sin the project or imported from another project, and check whether the IDE has known classloader bugs. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
