free Download JDK 21 and Install on Windows 10 (64-bit)

In this article, you will see how to Download JDK 21 and Install it on Windows 10 64-bit Operating System. Java Development Kit (JDK) is an essential tool for Java developers, enabling them to create, compile, and run Java applications. We will provide step-by-step instructions, including where to download the latest Java 21 version, how to set up environment variables and ensure a smooth installation process. By the end of this guide, you’ll have a fully functional Java JDK 21 installation on your Windows 10 64-bit machine.

The Java Development Kit (JDK) is a distribution of Java Technology by Oracle Corporation. It implements the Java Language Specification and the Java Virtual Machine Specification and provides the Standard Edition of Java Application programming. To start the development of a Java application, your system should have JDK installed. This is the first step to start developing any Java application.

Other Downloads for Windows 10

Java 8, Java 11, Java 17, Java 19, Java 20, Java 21

Other Downloads for Windows 11

Java 8, Java 11, Java 17, Java 19, Java 20, Java 21

Software Dependency

JDK 21
Windows 10

Here we are going to download 64-bit JDK21 and install it on the Windows 10 64-bit Operating System.

How to Download JDK 21 and Install it on Windows 10?

The Java Development Kit (JDK) installation process on the Windows operating system is very simple. Follow the below steps:

  1. JDK 21 Download for Windows 10 64-bit
  2. JDK Installation on Windows
  3. Setup System Environment Variables
  4. Verify the Java Installation

Step 1: JDK 21 Download for Windows 10 64-bit

To download the latest Java JDK 21 software, visit its official website Oracle Website’s Java, go to ‘Java SE Development Kit 21‘, and click on the link https://download.oracle.com/java/21/archive/jdk-21_windows-x64_bin.exe as shown in the below image.

Java SE Development Kit 21 download

This software is licensed under the Oracle No-Fee Terms and Conditions License.

Download JDK 21 | Java 21 Download for Windows

Once you click on the link (https://download.oracle.com/java/21/archive/jdk-21_windows-x64_bin.exe), it will start downloading to your system. Once the download has been done, you can see it in your downloads folder as shown in the below image:

Download JDK 21

NOTE: Oracle requires an account (sign-in) to download older versions of Java that are no longer available to the public. You can download publicly available versions of Java without signing in which is the latest version only.

Step 2: Install JDK 21 on Windows 10

Once you have downloaded the Java JDK 21 Software (jdk-21_windows-x64_bin.exe), double-click on it to see the start of the installation process. Now click on the Next button to proceed.

Download JDK 21 and Install on Windows 10

Now click Next to see the below image, Here you have a choice to change the Java installation directory by clicking on the change… button otherwise simply go with the default path by clicking the Next > button. I am going here with the default path only.

Download JDK 21 and Install on Windows 10

Once you click the Next button, you will see the start of the installation process as below image. After successful installation, you close the installation wizard.

Download JDK 21 and Install on Windows 10
Download JDK 21 and Install on Windows 10

Step 3: Setup System Environment Variables

Open the system environment variables dialog to do the setup. To open the dialog, you can type ‘System environment‘ in the Window’s search box as below image and open it.

Setup System Environment Variables | jdk 21 installation on windows 10

Once it’s open you can able to see the below dialog box.

Setup System Environment Variables | jdk 21 installation on windows 10

Now click on the Environment Variables button > add JAVA_HOME & edit Path as shown in the below images:

JDK 21 JAVA_HOME environment variable setup

Now we should have to add Java Path. If the Path variable is already there then simply we can click on the Edit… button > then click the New button to add the path as below image.

JDK 21 Java Path environment variable setup

Step-4: Verify the Java Installation

To verify the installation open the command prompt by searching it in Window Search and open it as below image.

verify jdk installation | jdk 21 installation on windows 10

Once open the Command Prompt window, type java -version and press Enter key.

JDK 21 verify the successful installation

Congratulations! You have successfully installed the Java Development Kit (JDK) 21 on your Windows 10 operating system.

Now, create the first Java Program Hello World!

Conclusion

In this article, you have seen how you download JDK 21 and install it on the Windows 10 64-bit operating system. Now you can install other versions of JDK with a similar set of steps that you have seen.

With the JDK in place, you can embark on Java programming adventures, creating powerful and versatile applications. We hope this guide has been a helpful resource in setting up your development environment. Now, armed with the latest JDK, you’re ready to dive into the world of Java development and bring your coding projects to life.

Start learning Top Java Logical Programs now.

Related articles:

You may also like:

Share with friends

Leave a Comment

Your email address will not be published. Required fields are marked *