Linux/Unix环境下的JfreeChart错误

发布于 2024-12-04 05:23:51 字数 350 浏览 1 评论 0原文

我在 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。 但我仍然遇到同样的错误。

I am getting this error in the Linux environment while displaying 3D pie charts on the web browser. It works perfectly fine in the windows environment.

java.lang.NoClassDefFoundError:
Could not initialize class org.jfree.chart.JFreeChart
at org.jfree.chart.ChartFactory.createPieChart3D(ChartFactory.java:763)

I have set the system property System.setProperty("java.awt.headless", "true"); in my java code.
On checking the property, it has been set to true successfully.
But still i am getting the same error.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦与时光遇 2024-12-11 05:23:51

我怀疑你的 Linux 服务器正在无头运行。请参阅在 Java SE 平台中使用 Headless 模式< /a>,以及这个相关论坛线程

I suspect your Linux server is running headless. See Using Headless Mode in the Java SE Platform, as well as this related forum thread.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文