Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

How To Install Java 8 On Windows 10

Posted on 03/16/2025 By admin

Java is a programming language and first released by Sun Microsystems in 1995. Now Java has been acquired by Oracle. It was designed by James Gosling. While writing this post the latest version of Java is 14. Java 8 is a more stable version and it is widely used as well. We will be installing the latest subversion of Java SE 8 on windows in this post.

To develop and run Java programs we must have Java installed on our system. We are also going to learn Selenium WebDriver for Java binding.

Navigate to this webpage in a browser. Take the latest update of Java SE 8. As you can see below Java SE 8u261 is the latest version for Java 8 SE. 8u261 stands for Java SE 8 update 261. You can download other Java versions as well from here. Click on JDK Download.

Since Java is a platform-dependent language we need to download supported Java installation files as per the operating system and processor. You will see installation files for each operating system on the same page.

Since I am using Windows 64 bits, I will click on the last row installer file.

Please check the box to accept terms and conditions. After that only download link will be enabled.

Now you need to have an Oracle account to download Java. If you have an account then use your credentials otherwise creating a new account is quite simple.

The download will start automatically as soon as you create an account and verify it. If not then repeat the above process. You should find a downloaded file in the default download directory of browser or whatever you have set.

Double click on the downloaded .exe file and provide permission if asked. And all you need to do Next -> Next. You can change the default installation directory but you can leave that. The installation will take some time. Wait for it to be completed.

Your JAVA_HOME path will be the installation folder. If you have not changed your installation folder during installation then it will be as below:-

C:\Program Files\Java\jdk1.8.0_261

Note:- JDK version will be the same as the installed version. In case if you update Java version then there will be multiple versions. Select the latest file or version.

JDK bin path will be as below:-

C:\Program Files\Java\jdk1.8.0_261\bin

In the bin folder, you will find all Java-related commands like javac, java, javap, etc. We need to set these two things to work with Java. Add the above path in the “path” system variable.

Now open a Command prompt and check the installed version of java using “java -verison” command as below:-

You can also try “java”, “javac” etc commands to check the successful installation of Java on your machine.

If you have any doubt, feel free to comment below.If you like my posts, please like, comment, share and subscribe.#ThanksForReading

#HappyLearning

Uncategorized

Post navigation

Previous Post: TestNG Tutorials 68 : Rerun Failed Test Method Using IRetryAnalyzer Interface – Implement Using retryAnalyzer attribute in the @Test annotation
Next Post: How To Select Random Value From Any Drop down In Selenium Web Driver

Related Posts

SELENIUM INTERVIEW QUESTION 6 – All Ways to Exclude/Ignore/Disable a Test Method in TestNG Uncategorized
image – Make Selenium Easy Uncategorized
image – Make Selenium Easy Uncategorized
Core Java Quiz – 1 – Variables Uncategorized
Java Programs – LeetCode – Ransom Note – Solution 1 Uncategorized
API Testing – REST Assured – Page 6 Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark