NetBeans not finding JasperReports scriptlet

Posted by Sean on Stack Overflow See other posts from Stack Overflow or by Sean
Published on 2011-03-08T16:06:23Z Indexed on 2011/03/08 16:10 UTC
Read the original article Hit count: 370

Filed under:
|

I'm using JasperReports 3.7.6 with NetBeans 6.9.1 and iReport 3.7.6. I have a report that uses scriptlets. When I run it from iReport everything is fine because I can tell iReport where to find the .jar file with the scriptlets. When I run that same report from a JSF-2.0 application the fields that rely on the scriptlet are not being populated correctly - i.e. the scriptlet isn't being called. I've tried putting the scriptlet in the project's library folder and I've tried copying the package containing the scriptlet into the project. Neither has worked. I'm not sure how I can get the report to call the scriptlets when it is run from my JSF project. Can anyone shed some light on this for me?

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about jasper-reports