Search code examples
javajasper-reports

jasperreports-core-renderer.jar jasper or ireport?


We were on 4.1.3 jasper and are now moving to 6.2.0 of jasper

There were few other libraries in the lib, like jasperreports-core-renderer.jar

I am confused now. What does jasperreports-core-renderer.jar do?

I removed it and it works fine to render my reports.


Solution

  • The jasperreports-core-renderer.jar was not and is not part of the jasper reports distribution

    It is part of iReport distribution and contains code for rendering xhtml (used by editor)

    If you are not developing tool similar to iReport you can remove (and you should never have included) this library