|
|
||||||||
Project Home |
Tracker |
Documents |
Tasks |
Source Code |
Discussions |
Reports |
File Releases |
Wiki |
Project Admin |
|||||||||||||
| wiki1116: InstallingIReport |
Manual for iReport 0.2.0 and above< Back to the TOC2 Installing iReport 2 Installing iReport iReport comes as a zip archive. It contains the main distribution files (classes and source), some templates for wizards, and all additional required jars. 2.1 System Requirements You'll need several things to get started with iReport:
(*) a jar of this software is already included in the lib directory of iReport distribution, so you have not to download it. Note that for now, JFreeChart is used to generate charts. This may change. I'm evaluating JCharts, another OpenSource charting library. It's possible that in the future, iReport will support both these libraries through an abstract layer. Libraries' versions can change for different versions of iReport: i.e. iReport 0.3.1 comes with JasperReports 0.5.3. 2.2 Installation and configuration If you have already installed a jdk on your machine (not simply a Java Runtime Enviroment, but a Java Development Kit), we are ready to start... 1. Unzip iReport-x.x.x.zip and copy the extracted directory where you want. 2. Look for a file called tools.jar in your jdk and copy it in the lib directory of iReport. 3.Start iReport.bat or iReport.sh. At the first execution, iReport will create a directory (.ireport) in your home directory. Here will be stored all configuration files. iReport use XML files for configuration. ***This files are not compatible with old 0.1.0 properties files***. At startup all jars in the iReport lib directory are added to the classpath. If you want use TTF Font files installed on your system, add to the classpath your fonts directory. iReport comes with an own fonts directory automatically added to the classpath. Started iReport... 1. go to menu->Tools->Options 2. go to tab external programs 3. set external viewers programs
Fig.2.1: The external programs options tab. 2.3 Final test... Ok, check the configuration.... |
|
|