在创建jfreechart im时,出现了以下错误,我不确定it..any帮助的原因是什么??
Exception in thread "main" java.lang.NoSuchMethodError: org.jfree.ui.RectangleInsets.<init>(DDDD)V
at org.jfree.chart.axis.Axis.<clinit>(Axis.java:146)
at org.jfree.chart.StandardChartTheme.<init>(StandardChartTheme.java:227)
at org.jfree.chart.ChartFactory.<clinit>(ChartFactory.java:229)
at modules.images.Chart.createChart(Chart.java:67)
at modules.images.Chart.<init>(Chart.java:59)
at modules.images.Chart.main(Chart.java:506)发布于 2013-09-24 11:59:27
确保类路径上有jcommon-1.0.0.jar (或更高版本)。
https://stackoverflow.com/questions/18980719
复制相似问题