Hi, Iam writing an application which generates reports using jasper reports eclipse3.1 is the IDE. For generating ".jrxml" iam using ireport tool.Ihave written a struts application which uses this .jrxml file to generate the report. I have added the jasperreports1.2.7.jar file into the webinf\lib folder and added it to the buildpaht. But when I execute the application, it is giving an exception saying that the "*package* *net.sf.jasperreports.engine does not exist import net.sf.jasperreports.engine.*;"*
But I have added the jasperreports.jar file which has this package. Please solve my prob -- B.Sridhar