Archive for the ‘Jasper Report’ Category

Nguồn: http://www.cise.ufl.edu/~otopsaka/CIS4301/ReportDemo/ReportFromJava.html Oguzhan Topsakal March 2006 This mini-tutorial shows you how to run a report (Jasper Report) from Java code. To run a Jasper Report from Java code you need the following Jasper Report libraries (jar files): 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. You can find these libraries inside the lib directory of the iReport-1.2.0 installation. [...]