Install Java JDK 8
Install Java JDK 8
Windows 10 (64-bit)
ByJames HartmanUpdatedAugust 28, 2021
This Java Development Kit(JDK) allows you to code and run Java programs. It’s
possible that you install multiple JDK versions on the same PC. But Its
recommended installing Java on Windows 10 with latest version.
Step 1) Go to link. Click on JDK Download for Java download JDK 8.
Step 2) Next,
Step 3) When you click on the Installation link the popup will be open. Click on I
reviewed and accept the Oracle Technology Network License Agreement for
Oracle Java SE development kit and you will be redirected to the login page. If you
don’t have an oracle account you can easily sign up by adding basics details of
yours.
Step 4) Once the Java JDK 8 download is complete, run the exe for install JDK.
Click Next
Step 5) Select the PATH to install Java in Windows… You can leave it Default.
Click next.
Let’s look into the steps to set the PATH and CLASSPATH
Step 6) Copy the path of bin folder which is installed in JDK folder.
Note: In case you already have a PATH variable created in your PC, edit the
PATH variable to
PATH = <JDK installation directory>\bin;%PATH%;
Here, %PATH% appends the existing path variable to our new value