views:

38

answers:

1

hello Friends ,

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".

if you have solution then reply

vipul

A: 

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

Guillaume