未找到 eye.candy.sixties?
当我尝试运行报告时,出现以下异常:
未找到图表主题“eye.candy.sixties”。 net.sf.jasperreports.engine.JRRuntimeException:图表主题“eye.candy.sixties”未找到。
果然,我找不到jasper-4.0.2.jar<中任何地方定义的主题/代码>。我需要什么库才能获取默认的 ireport 图表主题?
When I try to run my report, I'm getting this exception:
Chart theme 'eye.candy.sixties' not found.
net.sf.jasperreports.engine.JRRuntimeException: Chart theme 'eye.candy.sixties' not found.
Sure enough, I couldn't find the theme defined anywhere in jasper-4.0.2.jar
. What library do I need to get the default ireport chart themes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我在 Web 应用程序中使用“爱琴海”主题的图表时遇到了这个问题。
我复制了 jasperreports-chart-themes-4.xxjar 例如
jasperreports-server-cp-4.0.0/ireport/ireport/modules/ext/jasperreports-chart-themes-4.0.0.jar
进入我的 WEB-INF/lib ,图表工作了。
I had this problem with charts using the 'aegean' theme in a web application.
I copied the jasperreports-chart-themes-4.x.x.jar eg
jasperreports-server-cp-4.0.0/ireport/ireport/modules/ext/jasperreports-chart-themes-4.0.0.jar
into my WEB-INF/lib and the charts worked.
您必须手动构建一个项目和一个包含主题的 jar。似乎没有一个简单的库可以包含在内。
You would have to build a project and a jar with the themes manually. There doesn't seem to be an easy library you could just include.