BackPrevious Page Next PageNext

JReport Designer on Unix

Installing JReport Designer on Unix

Running JReport Designer on Unix

Uninstalling JReport Designer on Unix

Installing JReport Designer on Unix

The JReport Designer installer requires that you choose a Java Development Kit (JDK) to complete the installation. You can download the appropriate official JDK version from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html. JDK 8 is recommended and JDK 9 is currently not supported. Contact Jinfonet Support at support@jinfonet.com for help if you use any version other than JDK 8.

To install JReport Designer on Unix:

  1. Download the JReport Designer installation file for Unix from the Jinfonet download center.
  2. Click 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)

  3. Once the Installation wizard has been successfully loaded, you can then follow the standard prompts to install JReport Designer.

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

BackPrevious Page Next PageNext