To install JReport Designer on Unix, follow the steps below:
$ cd thepath
To make the installation file executable, type the command:
$ chmod +x jrdesigner-xxx-linux.bin
(change jrdesigner-xxx-linux.bin to the real file name of the installation file)
To run the installation file:
$ ./jrdesigner-xxx-linux.bin
(change jrdesigner-xxx-linux.bin to the real file name of the installation file)
During the installation, pay attention to the following:
Specify a JVM for Installation Wizard with the option LAX_VM
as follows:
$ ./jrdesigner-xxx-linux.bin
(change jrdesigner-xxx-linux.bin to the real file name of the installation file)LAX_VM
"/home/jdk1.6.0_17/bin/java"
The JDK path should use absolute path and be quoted by "".
To run JReport Designer on Unix, run the script file JReport.sh in <install_root>/bin
. You can modify this script file by adding additional classes before launching JReport Designer.
$ ./JReport.sh
To uninstall JReport Designer on Unix, execute uninstaller.sh in <install_root>/_uninst
.
Alternatively, you can open a console window, and change the directory to the location of the uninstaller.sh file. The following are examples of the commands that can be used:
$ cd thepath
Run the uninstaller file:
$ ./uninstaller