Hello
I use JDeveloper 12.2.1.3. I created a report contains 2 subreports. I called the main report in JDeveloper in the bean. It works perfectly on local. But i realized in JasperReport SUBREPORT_DIR variable is static like "C:\\myprojects\\blabla".
The main report and subreports are in the same directory somewhere in the project. Now i want to deploy the project to the server but i dont know what to use for SUBREPORT_DIR.
Thank you.