Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (55.6k points)

I am facing a problem installing Java IDE. Can anyone help me to install Java in Windows 10?

1 Answer

0 votes
by (119k points)

Follow these steps to download and install Java JDK in Windows:

Step 1: Open this link, choose the JDK version you want and click on download JDK.

Step 2: Accept the license agreement

Step 3:  After the download is complete, run the exe to install JDK and click next

Step 4: Select the PATH where you want to install JAVA and Click next

Step 5: Close after completing the installation

Follow these steps to set environment variables Path and Classpath in Java:

Step 1: Right-click on My Computer and click on properties

Step 2: In the left side, click on advanced system settings

Step 3: After that, in the right bottom, click on Environment variables

Step 4: New dialog box will open, click on New button to create a variable

Step 5: Enter the variable name as PATH

Step 6: Copy the bin folder in the JDK folder and paste that in the place of variable value

Step 7: Follow the same method to set CLASSPATH

Step 8: Click OK button

Step 9: Open command prompt and type ‘java -version’ command. If you get the Java version installed, Java is installed

After installing, I recommend this Java Certification program by Intellipaat to learn Java.

If you face any problem, you can watch this youtube tutorial to install Java on windows:

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
2 answers
0 votes
1 answer

Browse Categories

...