Download & Install Java JDK in Windows

Thushy Walter
2 min readJul 16, 2020

Step 1:

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

Step 2:

Next,

  1. Accept License Agreement
  2. Download the latest Java JDK for your version (32 or 64 bit) of java for Windows.

Step 3:

Once the download is complete, run the exe for install JDK.

Step 4:

After complete the installation set Environment Variables in Java: Path and Classpath

  1. Type env on your windows search bar and click on Environment Variables

2. Click on new Button of User variables

3. Copy the path of bin folder which is installed in the JDK folder.

4. Type PATH in the Variable name. and Paste Path of bin folder in Variable value and click on OK Button.

Step 5:

Go to command prompt and type java -version command to ensure the Java installation on your machine.

--

--