agmoyano / node-jasper

JasperReports from Node.js
83 stars 50 forks source link

JasperReports Library #51

Open REDER82 opened 4 years ago

REDER82 commented 4 years ago

Hello, I'm trying to implement the Jasper node, but I don't know which jasper library is correct

I am currently using TIBCO Jaspersoft® Studio 6.6.0, there all my reports work

betatester07 commented 3 years ago

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.