0% found this document useful (0 votes)
9 views5 pages

Java Installation And Setup For Window

This document provides a step-by-step guide on downloading and installing the Java JDK on Windows, including accepting the license agreement and running the installation executable. It also details how to set environment variables for Java by configuring the JAVA_HOME variable. Finally, it instructs users to verify the installation by running commands in the Command Prompt.

Uploaded by

raveemakwana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views5 pages

Java Installation And Setup For Window

This document provides a step-by-step guide on downloading and installing the Java JDK on Windows, including accepting the license agreement and running the installation executable. It also details how to set environment variables for Java by configuring the JAVA_HOME variable. Finally, it instructs users to verify the installation by running commands in the Command Prompt.

Uploaded by

raveemakwana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Download & Install JAVA JDK in Windows

Part- 1. Step 1). Go to below Link. Click on Download JDK. For Java latest version.
https://www.oracle.com/technetwork/java/javase/downloads/index.html

Step 2). Next.

1. Accept Licence Agreement.


2. Download latest Java JDK for your version (32 or 64 bit) of java for windows
Step 3). Once download complete, run the exe for install JDK. Click Next.

Step 4). Once installation is complete click close.


Part-2

How to Set Environment Variables in JAVA.

Step 1). Right click on the My Computer and Select Properties

Step 2). Click on advanced system settings

Step 3). Click on Environment Variables


For Windows 10 Search for “Edit the System Environment Variables” and Select you
can see the above screen

Step 4). Click on new Button of User variables

Step 5). Type JAVA_HOME in the variable name.

Step 6). Copy the path of bin folder which is installed in JDK folder.

Step 7). Paste Path of bin folder in Variable value and click on OK Button.
Step 8). Click on OK button.

Step 9). Go to Command Prompt and type javac commands.

If you see a Screen like below, Java installed and Setup Successfully.

You might also like