我在Linux环境中收到此错误,同时在Web浏览器上显示3D饼图。它在windows环境中运行得非常好。
java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart at org.jfree.chart.ChartFactory.createPieChart3D(ChartFactory.java:763)
我已经设置了系统属性System.setProperty(“java.awt.headless”,“true”);在我的java代码中。 在检查属性时,它已成功设置为true。 但我仍然得到同样的错误。