Java Project JSP JDBC Java Program Core Java Demo MORE

How to Install JDK on windows


The Java Development Kit (JDK) is a software development environment used for developing Java applications and applets.

It includes the Java Runtime Environment (JRE), an interpreter/loader (java), a compiler (javac), an archiver (jar), and other tools needed in Java development.

Steps for installation of JDK

Step 1: Firstly Download the JDK Application as per your system configuration.

Step 2: Click on the application file to run the JDK, A popup box will be shown on the screen as below


Step 3: Click on the next button for the custom setup of the application.


Step 4: After clicking on next a progress bar is appeared on the dialog as shown below.

Step 5:There is an option for changing the directory of destination folder to keep the installation file in it. Otherwise you can keep the path as it is,which is the by default location.


Step 6: Click on next for Completing the further processes.


Step 7: Click on the close button when the installation is complete.