I'm working with iReport 3.5.0, and I'm using a subreport inside my main report. I don't want to give the absolute path for the subreport expression, but for example if I just give "bpSubReport.jasper" as the subreport expression (because sub and main are in the same directory), then iReport can find bpSubReport.jasper and compile the main report into bPReport.jasper, but my Java (gwt) application can't. It throws the exception
net.sf.jasperreports.engine.JRException: Could not load object from location : bpSubReport.jasper
Can you help me on how to give a relative path for the subreport and let the Java app. find it as well? Thanks.