Java 15 – Download and Install Oracle JDK 15
- Details
- Written by Nam Ha Minh
- Last Updated on 24 September 2020   |   Print Email
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:Learn more:
- How to check Java version
- Java SE versions history
- How to set environment variables for Java using command line
- How to write, compile and run a hello world Java program for beginners
- What are JVM, JRE and JDK
Comments