I have Classes that Generates jasper-reports i am using
private String RESOURCE_HOME = "/reports/jasper";
getClass().getResource(RESOURCE_HOME + "/srPaySlipSalaryComp.jasper").getFile();
I package this class in a jar and put into my application on tomcat @(WEB-INF/lib).
Now on my server i have the jaspers in [tomcat]/webapp/[myapp]/reports/jasper
How can i access these files from the Jar?