1 Answer:
Posted on December 2, 2013 at 10:34pm
String sourceFileName = "D://../../DemoReportPT.jrxml"; JasperCompileManager.compileReportToFile(sourceFileName);
The .jasper file gets generated at the same location with the same name as your jrxml file, unless and until you have not specified the name explicitly in the jrxml file.