JDK Installation process


Java / Saturday, July 21st, 2018

JDK Installation Process!!! Very Easy

Before discussing about the Jdk installation process let us first understand little bit about what is JDK. Don’t be afraid I will not converse about technical matters here just brief introduction and what it really does.

JDK stands for Java Development Kit, is a software development environment used for developing Java applications and applets. It comprises of Java Runtime Environment (JRE), an interpreter/loader (java), a compiler (javac), an archiver (jar), a documentation generator (javadoc) and other tools needed in Java development.

Here you should know that you can use JRE to run java application and applets but to develop Java applications and applets as well as run them, the JDK is needed. That’s it for now we have discussed lot about JDK to proceed for installation.

To install JDK we have to download it. You just follow the steps,

Steps:

Navigate to http://www.oracle.com/technetwork/java/javase/downloads/index.html and choose jdk as I shown in green color box.

jdk01

 

Next click on the Accept license Agreement radio button.

jdk02

And then choose required jdk version.

jdk03

New window will open that will ask you to save the file, click on the save file button.

jdk04

Now go to your download folder and double click on the downloaded jdk to start installation process.

jdk05

Windows installer will prepare the system to install.

jdk06

New window will appear, click next.

jdk07

Keep the default directory setting and click next.

jdk08

New window appears to show installation status.

jdk09

Custom setup window will appear then click next.

jdk10

Hurrah…. now the setup process takes off…..hahaha….

jdk11

New window appears, that’s it, click the close button, your installation process of jdk completed.

Next we will install NetBeans IDE.

 

<< Previous     Next>>

 

 ;

Leave a Reply

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