Page 1 of 1

java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY

Posted: Tue Apr 18, 2006 9:56 pm
by ndawoud
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

Posted: Wed Apr 19, 2006 12:33 pm
by david.gilbert
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.