Installing Oracle JDK for Use With SOTI MobiControl

About this task

Install and verify the Oracle JDK to ensure SOTI MobiControl functions correctly.
Note: The installer includes all required prerequisites as embedded components, so it is not necessary to install them manually.

Procedure

To install and verify the Oracle JDK:
  1. Download the latest release of Oracle JDK 21.
  2. Run the Oracle JDK setup file. See Oracle JDK installation guide for detailed instructions.
  3. Open a command prompt and run the following command to verify the installation:

    java -version

    You should see output similar to the following:
    java version "21" 2023-09-19
    Java(TM) SE Runtime Environment (build 21+35-LTS)
    Java HotSpot(TM) 64-Bit Server VM (build 21+35-LTS, mixed mode, sharing)