Requirements
See below the requirements for installing and running the Security Toolkit 9.0 for Java.
Operating system
You need a machine with Linux or Windows operating system.
JDK
You need one of the following JDK (Java Development Kit) versions.
|
Distribution |
Supported versions |
|
OpenJDK |
8 and 11 (recommended), 17 or 21 |
|
Oracle Java |
8, 11 (recommended), 17 or 21 |
Run the following command to check the Java version.
java -versionRun the following command to Install OpenJDK 11 in a Linux operating system.
sudo apt-get install openjdk-11-jdkEnvironment variables
Set JAVA_HOME to point to your Java install location. For example, in a Windows operating system:
export JAVA_HOME=C:\JDKs\jdk-11.0.8+10