The following tables provide information on the recommended Java Environment you should download and install to use your Talend product.
The Compiler Compliance Level corresponds to the Java version used for the Job code generation. This option can be changed in the Studio preferences. For more information, see Setting the compiler compliance level.
In the following documentation:
- Recommended: designates an environment recommended by Talend based on experience and customer usage.
- Supported: designates a supported environment for use with the listed component or service.
- Supported with limitations: designates an environment that is supported by Talend but with certain conditions explained in notes.
Studio Java environments
Java platform | Java version | Support type |
---|---|---|
OpenJDK (recommended distribution: Zulu) | 11 | Recommended |
Oracle JDK | 11 | Recommended |
Server Java environments
Talend Server Module | Java platform | Java version 1 | Support type |
---|---|---|---|
ⓘ Available in: Big Data Platform Data Fabric Data Management Platform Data Services Platform MDM Platform Real-Time Big Data Platform ⓘ Available in: Data Fabric MDM Platform |
OpenJDK | 11 17 supported with Talend Administration Center 2 |
Recommended |
8 | Supported | ||
Oracle JDK | 11 17 supported with Talend Administration Center 2 |
Recommended | |
8 | Supported | ||
ⓘ Available in: Data Fabric Data Services Platform ESB MDM Platform Real-Time Big Data Platform ⓘ Available in: Data Fabric Data Services Platform ESB MDM Platform Real-Time Big Data Platform ⓘ Available in: Data Fabric Data Services Platform ESB MDM Platform Real-Time Big Data Platform |
OpenJDK | 11.0.16 | Recommended |
11 | Supported | ||
8 | Supported | ||
Oracle JDK | 11 | Recommended | |
8 | Supported | ||
ⓘ Available in: Big Data Big Data Platform Data Fabric Real-Time Big Data Platform |
OpenJDK | 8 | Recommended |
Oracle JDK | 8 | Recommended |
1 The recommended distribution for OpenJDK is Zulu.
2 With this Java 17 version and Talend Administration Center,
you need to open
<tac_installation_folder>/apache-tomcat/bin/setenv.sh
file and add the following parameter # append export modules export
JAVA_OPTS="$JAVA_OPTS --add-opens=java.base/sun.security.x509=ALL-UNNAMED
--add-opens=java.base/sun.security.pkcs=ALL-UNNAMED"
.