1 Overview of JDK 9 and JRE 9 Installation

The type of installation depends on your requirement and the platform that you choose to install.

Depending on the requirement, download and install JDK or JRE according to the information provided in Table 1-1:

Table 1-1 Installation Requirements and Related Tasks

Requirement Tasks
Run Java programs but not develop them Download and install the JRE for your platform
Develop Java applications Download and install the Java Development Kit (JDK) for your platform. The JDK includes the JRE, so you do not have to download both separately.
Use JRE on a server but do not want the ability to run rich internet applications (RIAs) Download the Java SE Server JRE for your platform

Version-String Format

To understand the version-string scheme that is used to distinguish various JDK and JRE releases, see Version-String Format.

Installation

JDK, JRE, and Server JRE can be installed on the following platforms:

You can download JDK and JRE from Java SE Development Kit 9 Downloads page.

For supported processors and browsers, see Oracle JDK and JRE Certified System Configurations.

Oracle Solaris

Microsoft Windows

Linux

macOS

The installation of JRE 9 and JDK 9 requires macOS 10.10 or later.

Directory Structure

To learn about the files and directories that are created after JDK and JRE installation, see Installed Directory Structure of JDK and JRE.