How To Install Java JDK 11 On Windows 10

In this tutorial, you will learn step by step how to install Java JDK 11 on Windows 10 machine.

Video Tutorial

Below video tutorial explained step by step how to install Java JDK 11 on Windows 10 machine:

Quick Steps

1. Downloading the JDK Installer

Access Java SE Downloads page and click Accept License Agreement. Under the Download menu, click the Download link that corresponds to the .exe for your version of Windows.

Download the file jdk-11.interim.update.patch_windows-x64_bin.exe.

2. Running the JDK Installer

You must have administrator privilege to install the JDK on Microsoft Windows.
To run the JDK installer:
  • Start the JDK 11 installer by double-clicking the installer's icon or file name in the download location.
  • Follow the instructions provided by the installation wizard.
  • After the installation is complete, delete the downloaded file to recover the disk space.

3. Set JAVA_HOME and PATH Environment Variables

Check out the below article to set JAVA_HOME and path environment variable on Windows 10 machine.
How to Set JAVA_HOME and Java Path on Windows 10.

Related Posts

Comments