Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem Compiling JRXML template

843834Jan 21 2007 — edited Jan 22 2007
Hey all

I have created a .jrxml file and need to compile it to JasperFile using the the following code
JasperCompileManager.compileReportToFile(filePath);
I got the following exception
net.sf.jasperreports.engine.JRException: Language "null" not supported by this report compiler.
Expecting "java" instead.
Can anyone help ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2007
Added on Jan 21 2007
1 comment
562 views