Jasper Reports java.io.FileNotFoundException (Access is denied)
843833Oct 20 2008 — edited Oct 21 2008Hi,
I am trying to run a report from Java Web Application using jasperReports.
I put the report in C:\Reports. When the code reaches:
JasperDesign jasperDesign = JRXmlLoader.load(reportPath);
I get the error: Jasper Reports java.io.FileNotFoundException C:\Reports (Access is denied)
Does anyone know what Should I do in order to run the report?
Thanks.