Hi,
you have to add the jasper reports libraries
(jasperreports-3.6.0-applet.jar and jasperreports-3.6.0.jar) in
framework/webapp/lib, and update your .classpath file with
<classpathentry kind="lib"
path="framework/webapp/lib/jasperreports-3.6.0.jar"/>
<classpathentry kind="lib"
path="framework/webapp/lib/jasperreports-3.6.0-applet.jar"/>
then you should be able to access the librairies directly in your java code.
The reason why jasper report was removed from ofbiz is an
incompatibility of licences (Apache2 and GPL)
Maybe you could find more information on this page :
https://issues.apache.org/jira/browse/OFBIZ-408HTH
Le 15/09/2009 15:14, naveen chanda a écrit :
>
> Dear All,
>
>
> I am very new to the ofbiz, i got a requirement to add a my custom report
> which was designed by IReport tool.
>
> Could any one explain me the steps to integrate the jasper reports in ofbiz.
>
> Waiting for your replies.
>
> Thanks,
> Naveen
--
- Erwan -