Search found 4 matches

by ndawoud
Wed Apr 19, 2006 5:39 pm
Forum: JFreeChart
Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
Replies: 7
Views: 7397

code

private TimeTableXYDataset createTimeTable(TimeTableXYDataset objTimeTable, String strName, String strScaleFactor, List objListData) throws Exception { Iterator objItData = objListData.iterator(); while(objItData.hasNext()) { DATA objData = (DATA)objItData.next(); Date objDate = objData.getDate(); O...
by ndawoud
Wed Apr 19, 2006 2:35 pm
Forum: JFreeChart
Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
Replies: 7
Views: 7397

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

there is only that one jar file...nothing else.
by ndawoud
Tue Apr 18, 2006 10:03 pm
Forum: JFreeChart
Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
Replies: 7
Views: 7397

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

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 appl...
by ndawoud
Tue Apr 18, 2006 9:56 pm
Forum: JCommon
Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
Replies: 1
Views: 11590

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

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 appl...