How to Install Java on Windows 10

To install Java on Windows 10 you need to go to the official Oracle download page.

Select the major version of Java and press “JDK Download” button. I’ve taken the latest release version to install, but I recommend using LTS (long-term support) version for everyday needs.

Download Windows x64 Installer:

Launch installer when it is downloaded to start Java installation process.

Press “Next” on welcome page:

Select directory to install Java and press “Next“:

Wait until Java will be installed:

And finally, Java successfully installed:

You can check the Java version via Command Prompt. Search for “cmd” and run it.

Type java -version.

Congratulations! You have successfully installed Java on your PC.

P.S. check how to set JAVA_HOME environment variable & Java path on Windows.

Leave a Comment