In this tutorial I’m going to learn how to install java JDK on windows in very easy way. so follow this tutorial i have demonstrate in very easy way.
First step open this url :- https://www.oracle.com/java/
Go to windows tab and click on installer
Next go to downloaded file and install
After download file go to c drive program files
C:\Program Files\Java\jdk-20
Next go to
Edit the system variables
C:\Program Files\Java\jdk-20
Next click on new
And paste below code
C:\Program Files\Java\jdk-20\bin
Next go to
C:\Program Files\Common Files\Oracle\Java\javapath
Paste here copied code.
Now check the java version
Java --version
Next to check java complier version
javac --version
All configuration is set successfully 👍👍