Java JDK 8 Install on Windows 10 64 bit

JDK 8 install: In this article, you will see how you download and install JDK 8 in Windows 10. Here we will download the latest updated version 8u351(as of February 2023) of JDK 8 to install.

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.

In order 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

JDK 8 install: Software Dependency

JDK 1.8 (8u351)
Windows 10

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

NOTE: If your system is of Windows 32-bit operating system then you should install JDK 32 bit and if your system is of Windows 64 bit operating system then you have a choice either you can install JDK 64 bit or JDK 32-bit in your system.

The recommendation is install JDK 64-bit if your Windows is 64-bit operating system installed.

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

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

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

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

To download the updated JDK 8u351 (as of February 2023) software, visit its official website Oracle Website’s Java, go to ‘Java SE Development Kit 8u351‘, and click on the link jdk-8u351-windows-x64.exe as shown in the below image.

Java SE Development Kit 8u351 download

This software is licensed under the Oracle Technology Network License Agreement for Oracle Java SE

Download JDK 8 for Windows 10 64-bit

Once you click on the link (jdk-8u351-windows-x64.exe), it will ask you to accept the License Agreement. Now you have to accept the license agreement and then click on the download button as shown in the below image.

jdk install windows 10 64 bit

Now once you click on the download link, it will ask you to sign in to the Oracle Account to allow the start downloading. If you have an account already, sign in with that otherwise create a new Account and then continue.

jdk install windows 10 64 bit

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: JDK Install Windows 10 64 bit

Once you have downloaded the Java 8 64bit Software (jdk-8u351-windows-x64.exe), double-click on it to see the start of the installation process. Now click on the Next button to proceed.

install JDK 8 for Windows 10 64-bit

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.

install JDK 8 for Windows 10 64-bit

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

install JDK 8 for Windows 10
jdk 8u351 installing on window 10
install JDK 8 for 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 8 installation on windows 10

Once its open you can able to see the below dialog box.

Setup System Environment Variables | jdk 8 installation on windows 10

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

Setup System Environment Variables | jdk 8 installation on windows 10

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.

Setup System Environment Variables | jdk 8 installation on windows 10

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 8 installation on windows 10

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

verify jdk installation | jdk 8 installation on windows 10

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

Now create the first Java Program Hello World!

Oracle JDK License Update

The Oracle JDK License has changed for releases starting April 16, 2019.

The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new license permits certain uses, such as personal use and development use, at no cost — but other uses authorized under prior Oracle JDK licenses may no longer be available. Please review the terms carefully before downloading and using the product. An FAQ is available here.

These Java SE 8u211 and later update releases are provided under the Java SE OTN License.
Java SE 8u202 and older updates are available, under the Binary Code License (“BCL”).

For production use, Oracle recommends downloading the latest JDK and JRE versions and allowing auto-update.

WARNING: These older versions of the JRE and JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production.

Conclusion

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

Start learning Top Java Logical Programs now.

FAQ

Do I need to install both JDK and JRE?

No, If you install JDK then JRE will already be packaged in it and installed automatically along with JDK. You do not need to install JRE separately.

Can JDK and JRE be different versions?

Yes, The JDK and JRE versions can be different as multiple JDK and JRE versions are allowed on the same computer. You can check out this in the system environment variables.

Does JDK 8 include JRE?

JRE is a part of JDK so no need to have JRE when you have JDK. If you open the JDK folder and see, you’ll have the JRE folder inside it which is the same as the JRE folder initially you have.

Related articles:

You may also like:

Share with friends

Leave a Comment

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