Hi,
I am new to JFreeChart and JCommon.
I have downloaded the latest version of jFreeChart, jfreechart-1.0.1.jar, and the latest version of jCommon, jcommon-1.0.3.jar; however, it seems that I am still getting an incompatibility problem during runtime.
I get the following error while running my application via tomcat and utilizing CeWolf to display the chart:
java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXYDataset.add(Lorg/jfree/data/time/RegularTimePeriod;DLjava/lang/String;)
The above error is incorrect, I have coded corretly with the appropriate number of arguments, but it seems that the runtime code has a different signature.
CAN ANYONE HELP!!!!!!!
thanks,
nasser
java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Very odd. Double check that you don't have more than one JFreeChart version on your classpath, sometimes that can result in error messages that don't make sense.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

