How to Install Java JDK JRE on Windows 11

To run any Java program you need JDK installed on your windows machine. However, the process of downloading and installing JDK is not that hard. So today let’s download and Install Java JDK JRE on Windows 11.

 

Video Tutorial: How to Install Java JDK JRE on Windows 11

 

Don’t worry guys we’re working on the video tutorial for Installing Java JDK JRE  in Windows 11, till then follow the article and if you get stuck in between feel free to Ask Us questions you have. Video will get released soon.

 

Step 1: Download the latest version of JDK (Java Development Kit)

 

1) First things first you’ll need to download a jdk.exe and to download that follow the download link we’ve provided below. From there you’ll be redirected to the official JDK download page. Once you’re on that page click on the “JDK Download” button.

JDK Download Link: https://www.oracle.com/in/java/technologies/javase-downloads

 

 

2) After that, you’ll be redirected to the “Java SE Development Kit Downloads” page. Now scroll down and there you’ll see a “windows X64 Installer” row and next to that a download link is given. Click on that link to download the installer for Windows 11.

 

 

3) A popup screen will appear here, check the license agreement box and click on the long green download button. Depending on your internet connection the JDK file will get downloaded accordingly.

 

 

4) Now go to the folder where the downloaded exe file is available, right-click on the file and run it as administrator. A small window will appear to click on yes and the installation will begin.

 

 

5) Once the installation gets finished a new installation wizard for Java will appear, here click next.

 

 

 

6) After that you’ll be asked to choose the installation folder. Here we will go with the default installation folder so click on next.

 

 

7) A progress bar will appear showing the installation progress, once it gets completed “Java(TM) SE Development Kit successfully installed” will appear on the screen and after that click on the close button.

 

 

Congrats 👏👏, by this time you’ve successfully installed JDK in your Windows 11 machine.

 

Step 2: Verify Java JDK JRE Version

 

1) To check if JDK is installed properly or not, open up your command prompt by pressing the Windows button, type “cmd” and press enter.

 

 

2) In the command prompt type, java --version and press enter to check the installed version of JDK.

 

 

3) After that type javac --version and press enter to check the installed version of the java compiler.

 

 

Now pat yourself in the back cause you’ve successfully installed JDK in Windows 11 all by yourself🤗🤗.

Click Here To Enroll in Complete Java Programming Course: Go From Beginner to Master with an additional discount.

Ethix

I'm a coding geek interested in cyberspace who loves to write and read

Leave a Reply

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