Download and Install JDK 9

Q

How to download and install JDK (Java Development Kit) 9?

✍: FYIcenter

A

If you want to write Java applications, you can download and install JDK (Java Development Kit) 9 as described below:

1. Go to Oracle Java Archive Website.

2. Click "Java SE 9" linke. You see the "Java SE 9 Archive Downloads" page.

3. Accept the license agreement and click "jdk-9.0.4_windows-x64_bin.exe" in the Windows x64 line.

4. Login with your Oracle account (or create one, you don't have one).

5. Save the download file to C:\fyicenter\jdk-9.0.4_windows-x64_bin.exe.

6. Double-click on C:\fyicenter\jdk-9.0.4_windows-x64_bin.exe to start the installation. You see the JDK 9 installation wizard screen.

7. Change the "Install to" directory to C:\fyicenter\jdk-9.0.4\.

8. Click "Next" button to finish the installation.

9. Verify the installation with "java -version" command.

C:>\fyicenter\jdk-9.0.4\bin\java -version
java version "9.0.4"
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)

Download and installation of JDK 9 is done.

JDK 9 Installation Wizard Screen

 

JDK 9 Installed Directories and Files

Download and Use JDK 9

Download and Use JDK 9

⇑⇑ FAQ for JDK (Java Development Kit)

2020-03-14, 3680🔥, 0💬