Installing the Design API by JReport Designer
Installing the Design API by JReport Server
The full Design API packages are included in JReport Designer and JReport Server. JReport Designer includes a single threaded Design API, while JReport Server includes a multi-threaded Design API. JReport Design API and JReport Server Design API packages can also be downloaded and installed to your local machine. After which, you can then program with them without having to install any other JReport products.
When you install JReport Designer, the Design API is also installed at the same time. After installation, you will have the components listed below in <designer_install_root>\lib
:
The Design API classes are stored in the archive files: report.jar and JREngine.jar. You will need to take the following two steps before you can compile and run the program:
<designer_install_root>\lib\JREngine.jar;<designer_install_root>\lib\report.jar;<designer_install_root>\lib\log4j-core-2.7.jar;<designer_install_root>\lib\log4j-api-2.7.jar;<designer_install_root>\lib\sac-1.3.jar;<designer_install_root>\commons-codec-1.2.jar;
When you install JReport Server, the Server Design API is also installed at the same time. After installation, you will have the components listed below in <server_install_root>\lib
:
The Server Design API classes are stored in the archive files: JRESServlets.jar and JREngine.jar. You will need to take the following two steps before you can compile and run the program:
<server_install_root>\lib\JRESServlets.jar;<server_install_root>\lib\JREngine.jar;<server_install_root>\lib\log4j-core-2.7.jar;<server_install_root>\lib\log4j-api-2.7.jar;<server_install_root>\lib\sac-1.3.jar;<server_install_root>\commons-codec-1.2.jar;
Ask the Jinfonet Support (support@jinfonet.com) for the independent Design API installation file. Then, run the file and follow the prompts to install.
After you have installed JReport Design API by running the installation file, you will need to take the following two steps before you compile and run the program:
<designAPI_install_root>\lib\designAPI.jar;<designAPI_install_root>\lib\log4j-core-2.7.jar;<designAPI_install_root>\lib\log4j-api-2.7.jar;<designAPI_install_root>\lib\sac-1.3.jar;<designAPI_install_root>\lib\commons-codec-1.2.jar;<designAPI_install_root>\lib\hsqldb-2.3.4.jar
Ask the Jinfonet Support (support@jinfonet.com) for the independent Server Design API installation file. Then, run the file and follow the prompts to install. We don't recommend using these libraries, we recommend you use the Design API libraries included in JReport Server.
After you have installed JReport Server Design API by running the installation file, you will need to take the following two steps before you compile and run the program:
<svrdesignAPI_install_root>\lib\serverDesignAPI.jar;<svrdesignAPI_install_root>\lib\log4j-core-2.7.jar;<svrdesignAPI_install_root>\lib\log4j-api-2.7.jar;<svrdesignAPI_install_root>\lib\sac-1.3.jar;<svrdesignAPI_install_root>\commons-codec-1.2.jar;<svrdesignAPI_install_root>\hsqldb-2.3.4.jar