Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installation on Linux requires that JAVA SDK is installed with the appropriate environment variables set.

Installation on Linux

JAVA

The standard Linux distributions contain normally no preinstalled JDK (Java Development Kit from Oracle). Therefore you have first to install the original JDK 1.7 from Oracle.

...

Code Block
JAVA_HOME=/java/jdk1.7.0_80 export JAVA_HOME

Installation

Once Java is installed proceed as follows:

  1. Download ZBA55**<minor version>.bin and save it in your home folder.

  2. Open a terminal and change the file permission of ZBA54<minor version>.bin so that it can be executed:

    Code Block
    chmod 755 ZBA55<minor version>.bin


  1. After that start the installation by entering:

Code Block
./ZBA55<minor version>.bin

...