• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jasper Exception

 
Greenhorn
Posts: 27
Hibernate jQuery Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here its my java code





when try to run the jasper report using the "IREPORT" it is executing well, but when i try to embed the jasper report in my java code it is throwing the exception.


 
hemantha kumar k
Greenhorn
Posts: 27
Hibernate jQuery Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm just posting this one because, it may help for some one, this exception was throwing because of the incompatibility of jar file, i was using the jasper4 and i added the groovy-all-1.0-jsr-02.jar wrong jar file after adding the groovy-all-1.7.5.jar it started to work properly, conclusion is while using the jasper use proper dependence jar files
 
reply
    Bookmark Topic Watch Topic
  • New Topic