Here is my Java code generating JasperReports's report and open it in PDF format within the browser.
I am getting java.io.FileNotFoundException: The system cannot find the path specified
error at this line:
String jrxmlFile = session.getServletContext().getRealPath(request.getContextPath()) + "D:/Reports/EmpDetails.jrxml";