3

在创建jfreechart时,我遇到了以下错误,我不确定它的原因是什么......有什么帮助吗?

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)
4

1 回答 1

4

确保您的类路径中有 jcommon-1.0.0.jar(或更高版本)。

于 2013-09-24T11:59:27.640 回答