System Requirements
Java
The provided PDL Client for interacting with the PDL is implemented in Java. This client requires the Java Runtime Environment (JRE) version 17 or later. Different vendors provide their own implementions of the Java Runtime Environment (JRE) and/or the Java Development Kit (JDK). The provided PDL Client is tested and known to work with OpenJDK and Amazon Corretto Java implementations. Please follow vendor provided instructions for installing Java on your system.
To verify the current version of Java that is installed on your system, open a command line prompt and enter the following command:
1
java -version
Example Output
1
2
3
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment (build 17.0.11+9-Ubuntu-120.04.2)
OpenJDK 64-Bit Server VM (build 17.0.11+9-Ubuntu-120.04.2, mixed mode, sharing)
Last modified: Fri Jul 26 00:18:04 UTC 2024