Jasper report in java -


I'm having trouble developing a PDF in Java

Error:

< Blockquote>

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

Answer the solution if you have

That's not the expected structure of your Jasper design (the root element should be spied, not the property). Make sure your .jrxml file is correct or use


Comments