In this article, we will explain how to install Java 1.8 on Windows 10 with simple steps.
Jdk 1.8 download windows free download. KEditor This Editor is used for educational purposes in First Programming Course. It is integrated with Kare. Java SE 8 Archive Downloads (JDK 8u202 and earlier) Go to the Oracle Java Archive. The JDK is a development environment for building applications using the Java programming language. The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java TM platform.
Here we install java 1.8 in Windows 10 with pictures for Java professionals or in-built for other software.
Step 1:Download JDK 1.8 kit from Oracle official website
Step 2: After getting jdk file from official website like below snpashot.
Step 3:Open the jdk file then click on “Next” button.
Check whether java oracle file or not.
Step 4: After that select “Development Tools” and click on “Next” button.
if you want other options like source code, public JRE then select it after that click on “Next” button.
Step 5: In this step, give your default destination folder or do you want change destination folder then change it after that click on “Next” button.
Step 6: Once click on “Next” button, it will automatically successfully installed in the given directory.
Step 7: Successfully completed Java 1.8 on Windows 10, so we need to verify by using command prompt. Open command prompt then type “java” then will get below snapshot.
Setup java environment variables on Windows 10 :
Here we setup java 1.8 version environment variables on Windows 10.
Step 1: Go to JDK 1.8 bin directory:
Jdk 1.8 Download Mac Download
Step 2: After that we need go to below path for environment variable
Jdk 1.8 Download Linux
Step 3: Then click on Advanced system settings will get below window after that we need click on below “Environment variable” option
Step 4: Select the user variable then click on Path after that click on “Edit” button.
if you want add path into system variable, it’s not a problem. Anywhere we give java path for access anywhere from your machine,
Step 5: Select the “New” button and add JDK bin path then click on “Ok” button.
Step 6: We need to verify whether environment variable setup or not.
Step 7: Open cmd then type “javac” then it showing like below snapshot.
Step 8: If you want check java version using below command