Install Java 14 on Windows 10

Download and Install Java 14 on Windows 10

Java 14 released on March 17th, 2020. With that, the need of its usage is scaling high these days. In this article, we will see how to install Java JDK 14 on Windows 10 OS. With that, to avoid any hassles in future, we will also let you know how to verify the installation.

Install Java 14 on Windows 10

Download Java JDK 14

To download Java 14, go to Oracle’s official website and click “Download Now“:

Official Java 14 website

Now, click “JDK 14” to download:

Download Java 14 JDK

The Download begins now with the thank you page:

Java-JDK 14 download begins

Note: Java JDK 14 will get installed only on a 64-bit Windows 10 system

Just wait for few minutes till the download finishes. The downloaded jdk exe file will get saved in the “Downloads” folder.

Install Java JDK 14

Now, go to “Downloads” folder on your Windows 10 system and double click on the “jdk-14_windows-x64_bin.exe” file:

Java 14 JDK downloaded

Double click on the exe file and the installation begins:

Java 14 installation begins

Click on “Next” above and set the path wherein the Java 14 will get installed. You can also keep it the default:

Path for Java 14

Click on “Next” above and the installation continues for some minutes:

Java 14 installing

The installation finishes as in the following screenshot.

Click on “Close“:

Java14 Installation completes

Now, let us set the JDK path.

Set Java JDK Path (Environment Variable)

At first, copy the path wherein you installed the Java JDK. Let us copy it first. Remember, we need to copy the bin path i.e. the following on our system:

Here’s the screenshot of the “bin” path, wherein we installed Java 14:

Copy Java JDK path

To set JDK Path, the easiest way is to type “Environment Variables” on Start. On typing, the following would be visible:

Edit system environment variable

Now, click on “Edit Environment Variables” and a new dialog box would be visible:

Environment Variables under System Properties

Now, click “Environment Variable” and a new dialog box will open.

Go to “System Variables” section and double click “Path” as in the below screenshot:

Set Path for System Variables Windows 10

On clicking “Path“, a new dialog box will open.

From there, click “New” and add the Java JDK path “C:\Program Files\Java\jdk-14\bin” as displayed in the below screenshot:

Set PATH for JDK

Above, press Ok for all the dialog boxes i.e. 3 times. This ends the installation and the procedure to set path for JDK. Now, we will verify the JDK installation.

Verify Java JDK 14 Installation

We saw how to install Java JDK 14 above. We installed on Windows 10 OS. Now, we can easily verify whether the installation was successfully or not using the following command:

Note: Type “cmd” on “START”. Right-click and open with administrator as shown below:

Open cmd and run as administrator

Let us implement the above command on command prompt (cmd) and verify Java installation:

Type java version in cmd

Therefore, the installation verification is now complete and successful since now we can see the version in the command prompt:

Java JDK 13 installed successfully

In the above tutorial, we saw how to install Java 14 on Windows 10. After installation, we also set the JDK path, without which the system won’t run Java programs. At the end, we verified the installation of Java JDK 14 successfully.

Here’s the YouTube video for the steps we saw above to install Java 14 on Windows 10:


If you liked the tutorial, spread the word and share the link and our website Studyopedia with others.

Support us: DONATE


Read More:

How to install Java 13 on Windows 10
Java Classes and Objects
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

1 Comment
  • Charles Heick
    Posted at 00:20h, 15 July Reply

    Hey, thanks, worked for me.
    Just installed Java 14 successfully.

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue reading