Installing Java

OpenJDK 22 was released on 3/19/2024 and is not compatible with version 3.4 or older of the Intelligence Hub. Trying to use this v22 will result in an exception on startup. Downgrade to version 21 to avoid this issue. This issue will be resolved in a future release.

Java Runtime Environment is required to run HighByte Intelligence Hub.

Check to see if a JRE is already installed

  1. From a command or terminal prompt execute java -version
  2. If the command succeeds and the java version is greater than 11 there is no need to continue. Otherwise, proceed to the next section.

Install OpenJDK JRE

  1. Download OpenJDK 11 or greater at OpenJDK
  2. Follow the instructions that accompany the OS dependent distribution that was downloaded to install the JRE for your system.
  3. Close any command or terminal prompt windows that are currently open.
  4. Re-run Step 1 to verify the JRE was properly installed.