6 Installation of Server JRE 9 on Linux

This topic provides the system requirements and instructions to install Server JRE 9 on Linux.

This topic includes the following sections:

Note:

For RPM-based Linux distributions, such as Red Hat or SuSE, refer to the appropriate RPM-based installation instructions.

Server JRE 9 System Requirements on Linux

See Oracle JDK and JRE Certified System Configurations for information about supported platforms, operating systems, and browsers.

Server JRE 9 Installation Instruction Notation for Linux

The installation instructions of JRE contains the notation version, which represents the Major, Minor, Security, and Patch version information. For example, if you are installing JRE 9 Minor 1, Security 1, and Patch 1, then the following string represents the name of the bundle:

serverjre-9.minor.security.patch_linux-x64_bin.tar.gz

This string becomes:

serverjre-9.1.1.1_linux-x64_bin.tar.gz

Installing Server JRE 9 on Linux Platforms

You can install Server JRE 9 on 64-bit Linux, from an archive binary file (.tar.gz).

To install Server JRE 9 on a Linux platform:
  1. Download the file, serverjre-9.minor.security.patch_linux-x64_bin.tar.gz.

    Before downloading a file, you must accept the license agreement. The archive binary can be installed by anyone (not only root users) in any ___location that you can write to. However, user having the root access can install the Server JRE into the system ___location.

    The .tar.gz archive file (also called a tarball) is a file that can be simultaneously uncompressed and extracted in one step.

  2. Change the directory to the ___location where you want the Server JRE to be installed.
  3. Move the .tar.gz archive binary to the current directory.
  4. Unpack the tarball and install the Server JRE using the following command:

    % tar zxvf serverjre-9.minor.security.patch_linux-x64_bin.tar.gz

    The Server JRE is installed in a directory called jdk–9.minor.security.patch.

  5. Delete the .tar.gz file if you want to save disk space.