I am trying to retrieve a jrxml file in a relative path using the following java code:
String jasperFileName = \"/web/WEB-INF/reports/MemberOrderListReport.jrxm
check that your relative base path is that one you think is:
File f = new File("test.txt"); System.out.println(f.getAbsoluteFile());