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

A discussion forum for the JCommon class library.
Locked
ndawoud
Posts: 4
Joined: Tue Apr 18, 2006 9:51 pm

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

Post by ndawoud » Tue Apr 18, 2006 9:56 pm

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

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Apr 19, 2006 12:33 pm

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

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked