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
精彩评论