Logi JReport Designer on Unix/Linux
This topic introduces how to install, run, and uninstall Logi JReport Designer on Unix.
Below is a list of the sections covered in this topic:
- Installing Logi JReport Designer on Unix/Linux
- Running Logi JReport Designer on Unix/Linux
- Uninstalling Logi JReport Designer on Unix/Linux
Installing Logi JReport Designer on Unix/Linux
- Download the Logi JReport Designer installation file for Unix/Linux from the Logi JReport download center.
- Select the installation file to launch the Installation Wizard. Alternatively, you can open a console window, and change the directory to the location of the file. The following are examples of the commands that can be used.
$ 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) - Once the Installation wizard has been successfully loaded, you can then follow the standard prompts to install Logi JReport Designer.
Running Logi JReport Designer on Unix/Linux
Run the script file Logi JReport.sh in <install_root>/bin
. You can modify this script file by adding additional classes before launching Logi JReport Designer.
$ ./Logi JReport.sh
Uninstalling Logi JReport Designer on Unix/Linux
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