JReport provides a file for installing JReport Designer silently without user participation in the installation process, both on Windows and Unix platforms.
Follow the steps below to install JReport Designer silently:
$ ./jrdesigner-xxx-linux.bin -i silent -f DesignerInstall.properties
Or
$ ./jrdesigner-xxx-linux.bin
(recommended)LAX_VM
"USER_JAVA_HOME/bin/java" -i silent -f DesignerInstall.properties
Change jrdesigner-xxx-linux.bin to the real file name of the installation file.
Notes:
<install_root>\help\samples\SilentInstall
to your own requirements. This file is used to create an option file (i.e. response file) for the Installation Wizard. It predefines all the information that is required for the installation.
You can also create a property file and save it as follows:
USER_INSTALL_DIR=/usr/local/JReport/Designer
USER_KEY=UID
USER_PASSWORD=Password
Modify the above lines according to your own environment and configurations.