Search found 4 matches
- Wed Apr 19, 2006 5:39 pm
- Forum: JFreeChart
- Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
- Replies: 7
- Views: 10175
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...
- Wed Apr 19, 2006 2:35 pm
- Forum: JFreeChart
- Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
- Replies: 7
- Views: 10175
java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
there is only that one jar file...nothing else.
- Tue Apr 18, 2006 10:03 pm
- Forum: JFreeChart
- Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
- Replies: 7
- Views: 10175
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...
- Tue Apr 18, 2006 9:56 pm
- Forum: JCommon
- Topic: java.lang.NoSuchMethodError: org.jfree.data.time.TimeTableXY
- Replies: 1
- Views: 13642
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...