8 Validating The Java Version After SPMS Installation

From SPMS 23.3.4 onwards, the installer automatically installs the JDK and configures the JAVA_HOME and PATH environment variables.

  1. JDK will be installed at: C:\Program Files\Java
  2. Default JDK version: jdk21.0.10
  3. JAVA_HOME will be set to: C:\Program Files\Java\jdk21.0.10.
  4. PATH will include: %JAVA_HOME%\bin.

Verifying JDK Distribution

  1. Navigate to C:\Program Files\Java.
  2. Verify that jdk21.0.10 is installed.

    JDK21.0.10 Folder

Verifying JAVA_HOME

  1. Located our Java installation directory.
  2. Press Windows logo key + R key to open the Run dialog.
  3. Type sysdm.cplin the input field and click OK.
  4. At the System Properties dialog, go to Advanced tab.
  5. Click the Environment Variables button.
  6. Under System Variables section, look for JAVA_HOME variable.
  7. Verify that JAVA_HOME is set to
    C:\Program
            Files\Java\jdk21.0.10.

JAVA_HOME SET

Verifying PATH

  1. Click the Environment Variables button, then select Edit to edit the system environment variable.
  2. Under System Variables, located the ‘Path’.
  3. Verify that %JAVA_HOME%\bin is added on top of the list.

    PATH VARIABLE SET