Installation Procedure

  1. Download the folder jdk-23.0.1.zip from the path mentioned in the source field of Java Details
  2. Create a folder with the name ‘Java’ in the desired path C:\Program Files and extract zip file inside Java Folder. It should contain the extracted cont ent only. (Refer below image).
    Figure 1. Java Installation
  3. Please perform the following steps to set environment variable for Java:
    1. Open File Explorer, go to This PC, right-click and select Properties
      Figure 2. Java Installation (Cont.)
    2. Click on Advanced tab in System Properties window.

      Figure 3. Java Installation (Cont.)
    3. Click Environment Variables.

    4. Click New under System Variables section.

    5. Enter ‘JAVA_HOME’ in the Variable name section and the path where java is extracted eg: ‘C:\Program Files\Java’ in Variable value section.

    6. Click OK to close the box.

      Figure 4. Java Installation (Cont.)
    7. Under System variables section, find the variable named Path, select that variable and click the New button.

      Figure 5. Java Installation (Cont.)
    8. Add %JAVA_HOME% at the end of the Variable value.

    9. Further add %JAVA_HOME%\bin at the end of the Variable value.

    10. Click OK to close the dialog box.

  4. To validate successful installation of Java, open Command Prompt as Administrator, and type java –version and press Enter on the keyboard.
  5. On successful Java installation, Java Version will be displayed.
    Figure 6. Java Installation (Cont.)
    A black background with white text Description automatically generated