How to Install Java JDK 8 on Windows 11 ( with JAVA_HOME )

8 months ago
25

In this video I am going to show you How to install Java JDK 8 on Windows 11( with JAVA_HOME )

Why to install JDK?
JDK stands for Java Development Kit, it is used to run Java programs on your
pc/laptop.
Without the JDK we cannot run Java Programs on our System.

✻ Step 1: Check if Java is installed on your system or not.
Type the command : java -version in cmd

✻ Step 2: Download Java
Open your browser
Paste the url : shorturl.at/vxyY3

✻ Step 3: Click on the exe file and follow the steps in the video.

After installation set the JDK path under the Environment Variables section on Windows 11. Here, the JDK bin path is set under System Variables with JAVA_HOME. The installation would be successful. However, in this video, we will also see how to verify the installation by using the cmd again.

Loading comments...