Java Development Kit (JDK) configuration for Windows machine
Ensure your system was already loaded with the JDK. To check that open the command prompt and execute the command java -version, it will show the installed JDK's version in the command prompt only if exist otherwise download it from the official site and install it manually.
- Visit the official website to download the Java Development Kit (JDK) and install as per below instructions.
- Install the JDK in the following default directory C:\Program Files\Java\jdk1.8.0_221 and you can move the JDK software to another location as per your wish.
- Check the JDK is updated the Environment Variable or not, by opening the command prompt and execute the command java -version. It will show the installed JDK's version otherwise follow the below steps to setup the environment variable path.