Skip to main content Skip to complementary content

Compatible Java Environments

The following tables provide information on the recommended Java Environment to use with your Talend product from May 2024 and later. If you are using Talend 8.0 products that were not patched nor updated with the May 2024 updates or later ones, see Compatible Java Environment before May 2024.

The supported Java platforms are OpenJDK and Oracle JDK. The recommended distribution for OpenJDK is Zulu.

Information noteImportant: All Talend products and associated third-party applications, such as the Hadoop cluster, should use the same Java version for compliance. Before you install or upgrade any associated third-party application, Talend recommends that you check which Java version they support.

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.

Supported Java versions for launching Talend Studio

Java version (OpenJDK or Oracle JDK) Support type
17 Supported with limitations:
  • Java 17 requires the R2023-10 Talend Studio monthly patch or later.

Supported Java versions for launching Talend Server modules

Talend Server Module Java version (OpenJDK or Oracle JDK) Support type
  • Talend Administration Center 1
  • Talend Identity and Access Management
  • Talend Dictionary Service
  • Talend SAP RFC Server
  • Talend Data Preparation
  • Talend Data Stewardship
  • Talend MDM Server 2
  • 17
Supported with limitations:
  • Java 17 requires the 8.0.1-R2023-10 monthly patch or later.
  • Talend JobServer
  • 17
  • 11
  • 8
Supported
  • Talend ESB Server
  • Talend ESB/Microservices
  • Talend Runtime
  • 17
  • 11
Supported
  • Talend LogServer
  • 11
  • 8
Supported
1 To use Talend Administration Center with Java 17, you need to open the <tac_installation_folder>/apache-tomcat/bin/setenv.sh file and add the following commands:
# 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"
2 To use Talend MDM Server with Java 17, you need to open the <mdm_installation_folder>/apache-tomcat/bin/catalina.bat file and add the following commands:
"JDK_JAVA_OPTIONS=%JDK_JAVA_OPTIONS% --add-opens=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"
Information noteNote: The recommended Java environments for Big Data Distributions are OpenJDK 8 and Oracle JDK 8.

Supported Java versions for running Talend artifacts

The Java version that you use to launch Talend modules and the Compiler Compliance Level of Jobs can be different. The Compiler Compliance Level corresponds to the Java version used for the Job code generation. For more information, see Setting up Java in Talend Studio.

Pay attention to the following before working with Java 17:

  • You must set the Java interpreter in Talend Studio to Java 8 if you want to execute your Jobs with Java 8. For more information, see Java Interpreter path (Talend).
  • After installing the 8.0 R2023-10 Talend Studio monthly update or a later one, if you switch the Java version to 17 and relaunch your Talend Studio with Java 17:
    • To run your Data Integration Jobs locally in Talend Studio, activate the Enable Java 17 compatibility option on the Build > Java Version view in the Talend Studio Project Settings dialog box.

      If your Jobs include any custom components that require access to the Java internal modules, you need to configure them manually after activating the Enable Java 17 compatibility option. For more information, see Setting up Java in Talend Studio.

      Information noteWarning: With the Enable Java 17 compatibility option activated, any Job built by Talend Studio cannot be executed with Java 8. For this reason, verify the Java environment on your Job execution servers before activating the option.
    • To run your Data Integration Jobs with a different Java version on a Talend JobServer which requires Java 17 to start and uses Java 17 by default for execution, you can configure a different JVM for execution. See Configuring the JVM for your Talend JobServer (optional).
    • To run your Data Integration Jobs locally in Talend Studio or on a Talend JobServer which is running on Java 8, you must set the Java interpreter in Talend Studio to Java 8 and deactivate the Enable Java 17 compatibility option on the Build > Java Version view in the Talend Studio Project Settings dialog box. For more information, see Java Interpreter path (Talend) and Setting up Java in Talend Studio.

The following table shows in which Java environments the corresponding item can be executed:

Supported Java versions to execute Data Integration Jobs
Java version for execution Support type
17 Supported with limitations:
  • The Enable Java 17 compatibility option must be activated.
11 Supported with limitations:
  • Only for Data Integration components that are not using Big Data distributions.
8 Supported with limitations:
  • The Enable Java 17 compatibility option must be deactivated.
Supported Java versions to execute Routes and Data Services Jobs
Java version for execution Support type
17 Supported
11 Supported
8 Not supported
Supported Java versions to execute Big Data Spark Jobs
Java version for execution Support type
17 Supported with limitations:
  • The Enable Java 17 compatibility option must be activated.
11 Supported with limitations:
  • The Enable Java 17 compatibility option must be activated.
8 Supported with limitations:
  • The Enable Java 17 compatibility option must be deactivated.

The execution of the Big Data Spark Jobs actually depends on the Java versions supported by the cluster.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!