This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have been trying to work on Jasper report. I have built few reports and I was able to export this building (design) within .pdf file. Now I wish to deploy the design using Java. Does anyone know, how to set include jar file in class path? I have got some reference from http://www.cise.ufl.edu/~otopsaka/CIS4301/ReportDemo/ReportFromJava.html to include following jar files in class path like,
* jasperreports-1.2.0.jar,
* commons-beanutils-1.5.jar,
* commons-collections-2.1.jar
* commons-digester-1.7.jar
* commons-logging-1.0.2.jar.
I believe, this solution was written for the earlier version of the jasper report. Therefore, I think these file come automatically with JasperSoft. Does anyone know what amendments are necessary to include jar files in class path if I am using JasperSoft. Are jar files going be the same like mentioned above or there are changes in those files? Exactly where I am going to include these files or how I am going set path? I am using maven as a building tool. Do I need to modify pom.xml file as well?I would welcome your suggestions and advices. THank you in advance.