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 ?