Rate this post

Last Updated on January 15, 2023 by Vikash Ekka

Last Updated:- 18 April 2021

What is JDK (Java Development Kit)?

The JDK (Java Development Kit) comes with a collection of tools that are used for developing and running Java programs. JDK is required to build and run Java applications and applets.

There are some basic JDK tools :

These tools are the foundation of the Java Development Kit.
java – It’s basically the Java interpreter, which runs java programs by reading & interpreting bytecode files. Once the class file has been created, the java command can be used to run the Java program.
javac – It is the compiler for the Java programming language; it’s used to compile .java file. It creates a class file that can be run by using java command.
javadoc – JavaDoc is an API documentation generator for the Java language, which creates HTML format documentation Java source code.
jar – The jar is (manage Java archive) a package file format that contains class, text, images and sound files for a Java application or applet gathered into a single compressed file.

appletviewer – appletviewer run and debug applets without a web browser, its standalone command-line program to run Java applets.

Below are steps to install Java in Windows:-

Step 1) Go to the link. Click on Download JDK. For java latest version.

Java_SE_Download_vetechno
Step 2) Next,

1.     Accept License Agreement

2.     Download latest Java JDK for your version(32 or 64 bit) of java for Windows.

Java_SE_Download1_vetechno

Java_SE_Download2_vetechno

Step 3) Once the download is complete, run the .exe for install JDK. Click Next

Java_SE_Download3_vetechno
Step 4) Select the PATH for Java installation and click next.

Java_SE_Download4_vetechno
Step 5) Once the installation is complete click on the close button.

Java_SE_Download5_vetechno

 

Conclusion


Congratulation you have  successfully installed Java JDK 8 on windows 10 operating system. Please let me know if you are facing any difficulties on installation in the comment box.

By Vikash Ekka

Hi All, My name is Vikash Ekka from India. I’m the founder and tech editor of https://www.vetechno.in. I have completed my Graduation in BCA. I love to write technical articles like Windows, Linux & MAC Tutorials, Tips, Tricks, How To fix, Tutorials About Ethical Hacking & Cyber Security Guide, and Software Review. Currently, I have been working as an IT professional since 2018.

Leave a Reply

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