Error of adding jfreechart library to Netbeans Struts

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Kyaw
Posts: 13
Joined: Wed May 23, 2007 10:34 am
Location: Singapore

Error of adding jfreechart library to Netbeans Struts

Post by Kyaw » Wed May 23, 2007 11:56 am

Hi all,
May i know how to add JFreeChart library to Netbeans 5.5 Struts (running on bundled Tomcat) environment as every time i add them, i will get a "Servlet action is not available" error due to actionmapping cannot be found including invoking those actions without using JFreeChart library? However, after i remove it or run it in another generic JSP/Servlet environment(Bundled Tomcat also), everything resumes to normal. For your info, my JFreeChart version is 1.0.5.

Other than that, i also added JasperReport library in the same project using guideline from ( www.netbeans.org/kb/55/vwp-reports.html ). Could it due to the ant script from that site? Kindly help if it is the real root cause as i am totally new to ant script. Thanks in advance!

Locked