Problem:
After clicking finish in the subreport creation wizard, the following message appears while loading the Designer:
Error loading the report template:
org.xml.sax.SAXParseException: Invalid encoding name "UTF8".
Cause:
<?xml version="1.0" encoding="UTF8"?>
in the generated jrxml file, and the UTF8 string is not recognized by the sax parser as valid encoding.
Resolution:
Change to:
<?xml version="1.0" encoding="UTF-8"?>
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now