Open any web browser and type "**java jdk**" in the search bar
2
Click on the **Download the Latest Java LTS Free** link which is from **oracle.com**
3
Scroll to the **Release information** section and click on the **Installation Instructions** link
4
**Overview of JDK Installation** wizard will open, on the left bar click on the **5 Installation of the JDK on Microsoft Windows Platforms**
5
**JDK Installation Instructions for Windows** wizard will open, here you can view the java installation troubleshoot documentation
6
Go to Windows Applications wizard and type "**Environment Variables**" in the search bar, click on the **Edit the system environment variables** option
7
**Environment Variables** wizard will open, click on the **Environment Variables...** button
8
Scroll to the **System variables** section and click on the **Path**, then click on the **Edit....** button
9
Check the **bin** path of Java. If it's present, then the **Environment Variable** is correctly set
10
Open the Command Prompt and type the command "**java -version**", **java version "21.0.2" 2024-01-16 LTS** is displayed.
Congratulations! you have successfully exploring the java installation troubleshooting!