|
Step 1: Download JasperReports project files
Environment | Commands |
Linux | Download and extract jasperreports-{ver}-project.tar.gz to a new folder, e.g.: /opt/jasperreports-{ver} |
Windows | Download and extract jasperreports-{ver}-project.zip to a new folder, e.g.: c:\program files\jasperreports-{ver} |
JasperReports is a library that you embed in another application. "Installing" JasperReports simply means including the JasperReport "jar" file in the classpath of your application along with other required jar files. JasperReports can be downloaded from the Releases tab on the JasperReports Library Project Home Page.
Step 2: Download and install Ant
JasperReports uses the Ant build tool from the Apache Foundation to compile source files, build the distribution files, generate the JavaDoc documentation, and run the samples.
Download Ant from http://ant.apache.org. For installation instructions, visit http://ant.apache.org/manual/index.html.
Step 3: Start the sample database
Note: For Windows 7, command prompt is required to be run in 'Run As Administrator' mode.
Environment | Commands |
Linux |
|
Windows |
|
Step 4: Run the sample applications
The JasperReports project files include a complete set of sample applications and reports that show how individual JasperReports features can be used.
Open another Command Prompt window and run the following commands in sequence to see some of the features available in the barcode sample application. As you become comfortable with the ant -p command, move on to other samples.
Environment | Commands |
Linux |
|
Windows |
|
Suggested Next Steps
- Get a free copy of JasperReports Library Ultimate Guide
- Download and install the Eclipse-based designer, Jaspersoft Studio.
- Compile the source files, generate the JavaDoc API documentation, or build the distribution JAR files. Execute the Ant tasks declared in the build.xml file found in the root directory of the project tree (type ant –p at the jasperreports-{ver} root directory).
Log in or register to post comments
Comments
Verified and updated links to
Verified and updated links to JRL Ultimate guide and JSS release downloads. I will remove the comments discussing this.
Log in or register to post comments