Jump to content
We've recently updated our Privacy Statement, available here ×

ganeshn

Members
  • Posts

    1
  • Joined

  • Last visited

ganeshn's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I guess we need to update jasper reports library that is used in project Add following dependancy in pom.xml if you are using maven, otherwise get latest jar (4.7.0) <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>4.7.0</version> </dependency> The designer obviously comes with latest library hence report gets compiled without error in desinger, but when we use this report in our project which is using old library (jar with version 4.5 or older) it throws error I hope this helps.
×
×
  • Create New...