You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to implement the Jasper node, but I don't know which jasper library is correct
when I use the latest version 6.12.2, it doesn't work, it says that no can find the lib directory Error: ENOENT: no such file or directory
When I use a version less than 6, for example version 5.6.0, it works great, but in some cases it doesn't recognize the expressions of the reports like EQUALS($F{CODE}, "0") cause this errornet.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression
I am currently using TIBCO Jaspersoft® Studio 6.6.0, there all my reports work
The text was updated successfully, but these errors were encountered:
your testing with different library versions is (unfortunately) correct - built .jar files are no longer included in jasperreports-x.xx.x-project.zip files (or when downloading from their Git repository).
You can download some .jar files from official community download page, but you will be still missing many other dependencies to run Jasper report library.
It is probably best to download the whole Jasper library and build it from source (you can follow instructions on their Git repository) using alljars and retrievelibs build targets - that will build all needed .jar files and also download all external dependency .jar files and put everything in dist and dist/lib folder.
Hello, I'm trying to implement the Jasper node, but I don't know which jasper library is correct
when I use the latest version 6.12.2, it doesn't work, it says that no can find the lib directory
Error: ENOENT: no such file or directory
When I use a version less than 6, for example version 5.6.0, it works great, but in some cases it doesn't recognize the expressions of the reports like
EQUALS($F{CODE}, "0")
cause this errornet.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression
I am currently using TIBCO Jaspersoft® Studio 6.6.0, there all my reports work
The text was updated successfully, but these errors were encountered: