I'm doing a project in Eclipse EE and tried to give the relative path to take a file to use as a template to generate a JasperReport report, but not giving me errors. But if I give an absolute like "D: \ \ template" does not fail.
My question is how do I tell you to choose the relative path to a folder called "Template-report" that is in: >> src >> project name-reports >> template.jasper templates.
regards