开发者

How to resolve "org.xml.sax.SAXParseException: Document root element "property", must match DOCTYPE root "jasperReport"." error?

开发者 https://www.devze.com 2022-12-31 00:05 出处:网络
I am getting error while developing Pdf in Java Error is: net.sf.jasperreports.engine.JRException: org.xml.sax.SAXParseException: Document root element \"property\", must match DOCTYPE root \"jaspe

I am getting error while developing Pdf in Java

Error is:

net.sf.jasperreports.engine.JRException: org.xml.sax.SAXParseException: Document root element "property", must match DOCTYPE root "jasperReport".

H开发者_Python百科ow to fix it?


The error says your jasper design doesn't have the expected structure (the root element should be jasperReport, not property) . Make sure your .jrxml file is correct or use iReport

0

精彩评论

暂无评论...
验证码 换一张
取 消