-
|
BIRT 4.20 when i run genreport i get this error C:\Birt\birt420\ReportEngine>genreport.bat -f XLSX -o hello.xlsx -F helo.rptdesign what I change in genreport.bat even though error , it generate the output . am i missing something ? similar error when run genReport.sh on opensuse tumbleweed openjdk 24 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.

I don't know why this is, but definitely this is wrong:
-cp "C:\Birt\birt420\ReportEngine\lib*"It should be:
-cp "C:\Birt\birt420\ReportEngine\lib\*"(note the backslash before the star), resulting from this line in genReport.bat:
And the little command sequence in lines 12 to 14 should set THIS_DIR correctly.
It seems like you tinkered with the genreport.bat file. Why?