贾斯珀报告 4.5.0 + Struts +导出pdf

发布于 2025-01-01 22:32:43 字数 495 浏览 2 评论 0原文

嗯,我一直在使用 struts Framework 开发一个 Web 应用程序,我正在使用 JasperReport 4.5.0 来显示一个 pdf,其中包含插入到 web 中的一些信息。很抱歉,如果你听不懂我的意思,但我不太会说英语,所以......我试图用英语解释它。

当我想将一些数据导出为 pdf 时,就会出现问题。当我在本地主机中部署应用程序时,它工作正常,但是当我将其部署在服务器上时,它显示错误。

无法初始化类net.sf.jasperreports.engine.util.JRStyledTextParser

我在网上搜索有关该问题的信息,但它说罐子有问题,但我不知道如果我缺少任何罐子,或者这是另一个问题

,我需要帮助,我该怎么办?

这是视频,请以 720(高清)全屏观看效果更好,谢谢

有关我遇到的问题的视频

Well I have been developing a web application with struts Framework and I'm using JasperReport 4.5.0 to show a pdf with some information that is inserted in the web. Well sorry if u can't understand me, but I don't speak english so much so... I'm trying to explain it in english.

The problem appears when I want to export to pdf some data. When I deploy the application in the localhost it works fine, but when I deploy it on the server, it shows an error.

Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser

I was searching on the web about the problem, but it say that there is a problem with the jars, but I don't know if any jars I'm missing, or it's another problem

please I need help, what can i do?

This is the video please watch it with 720(HD) better in full screen thank you

video about the problem that I have

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

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

发布评论

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

评论(1

薄荷梦 2025-01-08 22:32:43

我们需要以下文件:

dist/jasperreports-X.jar
lib/commons-*.jar (all the commons - except maybe for commons-logging)
lib/itext-X.jar
lib/jdt-compiler.jar

来源:
http://struts.apache.org/2.0.11.2/docs/jasperreports -tutorial.html

We need the following files:

dist/jasperreports-X.jar
lib/commons-*.jar (all the commons - except maybe for commons-logging)
lib/itext-X.jar
lib/jdt-compiler.jar

Source :
http://struts.apache.org/2.0.11.2/docs/jasperreports-tutorial.html

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