diff --git a/JasperReports/src/org/compiere/report/ReportStarter.java b/JasperReports/src/org/compiere/report/ReportStarter.java index 9cd1570ccc..0ab3364030 100644 --- a/JasperReports/src/org/compiere/report/ReportStarter.java +++ b/JasperReports/src/org/compiere/report/ReportStarter.java @@ -75,7 +75,7 @@ public class ReportStarter implements ProcessCall { String reportPath = System.getProperty("org.compiere.report.path"); if (reportPath == null) { - REPORT_HOME = new File(System.getProperty("ADEMPIERE_HOME") + "./reports"); + REPORT_HOME = new File(System.getProperty("ADEMPIERE_HOME") + "/reports"); } else { REPORT_HOME = new File(reportPath); }