This article will guide you how to download and install Oracle JDK 15 – a commercial distribution of Java Development Kit – to get started with Java 15 development on Windows operating system.

Oracle JDK 15 is licensed under Oracle Technology Network (OTN) license. You can use it freely for personal and non-commercial use. For commercial use, you need to pay for a license in terms of Java SE subscription program.

 

1. Download Oracle JDK 15

Oracle JDK 15 is distributed in archive files (tar.gz and zip) and installer programs for popular operating systems like Windows, Linux and Mac. For Windows, I recommend you to download a setup program which makes the installation easy (automatic update environment variables and file associations).

So head over to Oracle’s official Java SE Download page, and choose to download Windows x64 Installer. Then you will get a file named jdk-15_windows-x64_bin.exe downloaded onto your computer.

After download, I recommend you to verify the integrity of the downloaded file by running the following command:

certutil –hashfile jdk-15_windows-x64_bin.exe SHA256

Then compare the outputted SHA256 value with the one published on Oracle’s website here. If two checksums match, you can safely run the setup program.

 

2. Install Oracle JDK 15

Double click the downloaded EXE file to launch setup program for Oracle JDK 15. You will see this dialog appears:



Oracle JDK 15 setup

Just click Next two times to proceed the installation with default settings. It will install Oracle JDK 15 quickly. And finally click Close to complete the installation.

Now, open a new command prompt window and type the command java –version, you will see the version information of JDK like this:

oracle java version 15

This means you have successfully installed Oracle JDK 15 on your computer. Note that the installer has updated the environment variables JAVA_HOME and PATH behind the scene. So it’s very convenient.

To see the download and installation of Oracle JDK 15 in action, you can follow the video below:

 

Learn more:


About the Author:

is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook and watch his Java videos you YouTube.



Add comment

   


Comments 

#10Jack Tsai2021-11-07 05:20
JAVA ia realy important in my work ,learning, developing.......every respecet
Quote
#9Jack Tsai2021-11-07 05:14
i like take JAVA 15 with all my work
Quote
#8Jack Tsai2021-11-07 05:10
JDK 15 is the one of the best and handlful working working partner
Quote
#7Jack Tsai2021-11-07 05:04
i personally very like JDK 15
Quote
#6Nam2021-08-11 18:06
Hi npminer,
Can't you download as instructed in this article, with the link provided?
Quote