JReport Designer on Unix

Installing JReport Designer on Unix

To install JReport Designer on Unix, follow the steps below:

  1. Download the JReport Designer installation file for Unix jrpsetup.bin from the Jinfonet download center: http://www.jinfonet.com/downloadjreport/.
  2. Click the executable file jrpsetup.bin to launch the Installation Wizard. Alternatively, you can open a console window, and change the directory to the location of the jrpsetup.bin file. The following are examples of the commands that can be used.

    $ cd thepath

    To make jrpsetup.bin executable, type the command:

    $ chmod +x jrpsetup.bin

    To run jrpsetup.bin:

    $ ./jrpsetup.bin

  3. Once the Installation Wizard has been successfully loaded, you can then follow the default prompt to install JReport Designer.

During the installation, pay attention to the following:

Running JReport Designer on Unix

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

Uninstalling JReport Designer on Unix

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