【发布时间】:2014-02-16 20:31:02
【问题描述】:
我创建了一个碧玉报告。但现在我需要在碧玉报告中放置徽标, 我将报告和徽标放在同一个文件夹中,但我无法运行报告,它说
net.sf.jasperreports.engine.JRException: Byte data not found at : kh_logo.jpg
如果我给出完整路径,则 jar 文件会产生问题,然后在 jar 文件中报告无法找到该徽标图像,我正在使用 net beans,请帮助
I am using netbeans and i am placing report and logo in the src folder , but when I
click on print report it is not able to find that logo
【问题讨论】:
-
你能发布包含(和包围)图像项的 jrxml 吗?
标签: java jasper-reports