HI,
I'm trying to use JFreeReport in a web application with Tomcat 5.5.9
I'm using the same librairies that the example found on jfree.org
When i try to display a report from my servlet i get the following message:
this exception is launch at the second line of my init method:Code:java.lang.NoSuchMethodError: org.jfree.base.log.DefaultLog.installDefaultLog()V org.jfree.report.JFreeReportBoot.getInstance(JFreeReportBoot.java:234)
i'm using jfreereport-0.8.6-6 with jfreereport-ext-0.8.6-5 and jcommon-1.1.0Code:public void init() throws ServletException { super.init(); JFreeReportBoot.getInstance().start(); }
If someone can help me , i'll be pleased
thanks


Reply With Quote