Skip to main content Skip to complementary content

Compatible Java Environments

The following tables provide information on the recommended Java Environment for Talend 8.0.1-R2026-06 and later.

If you are using Talend 8.0 products that were not patched nor updated with the February 2025 updates or later ones, see Compatible Java Environment before February 2025.

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 compatible Java versions. For Big Data Jobs specifically, note that the Job is built with Java 8 compliance in Talend Studio but executes with the Java version running on the target cluster. Before you install or upgrade any associated third-party application, Qlik recommends that you check which Java versions they support, and ensure your Routines compliance level is compatible.
Information noteTip: For more information about upgrading your modules and artifacts to use the latest supported Java version, see Using a more recent version of Java.

In the following documentation:

  • Recommended: designates an environment recommended by Qlik 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 Qlik but with certain conditions explained in notes.

Supported Java versions for launching Talend Studio

Java version (OpenJDK or Oracle JDK) Support type
21 Supported from the R2025-09 monthly patch and required from the R2026-06 monthly patch.

Supported Java versions for launching Talend Server modules

Talend Server Module Java version (OpenJDK or Oracle JDK) Support type
  • Talend Administration Center 1
  • Talend JobServer
  • Talend Identity and Access Management
  • Talend Dictionary Service
  • Talend SAP RFC Server
  • Talend Data Preparation
  • Talend Data Stewardship
  • 21
  • 17

Supported

  • Talend ESB (Application Integration) / Talend Runtime
  • 21
  • 17

Supported

  • Talend ESB (Application Integration) / Microservices
  • 21
  • 17

Supported

  • Talend LogServer
  • 11
  • 8
Supported
1 To use Talend Administration Center with Java 17 or Java 21, 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 --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.security.action=ALL-UNNAMED -Dorg.talend.remote.jobserver.client.old=false"
JDK_JAVA_OPTIONS="$JDK_JAVA_OPTIONS --add-opens=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"

Supported Java versions for running Routes, Data Integration Jobs, and Data Service Jobs

Routes, Data Integration Jobs, and Data Service Jobs require at least Java 17 to build and execute in Talend Studio:
  • Data Integration Jobs and Routes are built with Java 17 or Java 21 compliance.
  • Third-party libraries that use Java 21 are not supported.
The Compiler Compliance Level corresponds to the Java version used for the Job code generation. For more information, see Setting up the Java version to build artifacts in Talend Studio.

The following tables show in which Java environments the corresponding items can be executed.

Supported Java versions to execute Data Integration Jobs
Java version for execution Support type
21 Supported

Note that Routines compliance can be set to Java 8, 17, or 21.

17 Supported

Note that Routines compliance can be set to Java 8 or 17.

Supported Java versions to execute Routes and Data Service Jobs
Java version for execution Support type
21 Supported

Note that Routines compliance can be set to Java 17 or 21.

17 Supported

Note that Routines compliance can be set to Java 17.

Supported Java versions for running Big Data Jobs in Big Data clusters

Big Data Jobs are built with Java 8 compliance in Talend Studio. The built artifacts include add-opens parameters to ensure compatibility with Java 17 and Java 21 runtimes in Talend environments. However, when deployed to a big data cluster, the Job executes with the Java version running on that cluster, not with the build Java version.

This build-once, run-anywhere model allows you to compile a Job once in Talend Studio with Java 8 compliance and deploy it to clusters running different Java versions. However, you must ensure the target cluster Java version is compatible with your Job's Routines.

Routines compliance can be set to Java 8, 17, or 21. However, Routines compiled with Java 21 compliance are not compatible with Big Data Jobs. The Routines compliance level must be compatible with the cluster's Java version. For more information, see Setting up the Java version to build artifacts in Talend Studio.

The following table shows recommended distributions and the Java versions they support for running Big Data Jobs and Spark applications. Choose the cluster distribution and Java version that matches your environment and Routines compliance level.

Big Data distributions and supported Java versions for Job execution
Distribution Java version in cluster Recommended Routines compliance Support status
Hadoop 3.x 8 Java 8 Supported
Hadoop 3.x 11 Java 8 Supported
Hadoop 3.x 17 Java 8 or 17 Supported
Cloudera CDH 6.x 8 Java 8 Supported
Cloudera CDH 6.x 11 Java 8 Supported
Spark 3.x (standalone cluster) 8 Java 8 Supported
Spark 3.x (standalone cluster) 11 Java 8 Supported
Spark 3.x (standalone cluster) 17 Java 8 or 17 Supported
Spark 4.0 (standalone cluster) 17 Java 8 or 17 Supported

Big Data Jobs execution compatibility examples

The following table shows example scenarios of Big Data Job deployment to different cluster environments.

Big Data Job execution compatibility scenarios
Cluster distribution Cluster Java version Routines compliance Can execute?
Hadoop 3.x 8 Java 8 Yes
Hadoop 3.x 11 Java 8 Yes
Cloudera CDH 6.x 11 Java 17 No – Cluster does not support Java 17
Information noteImportant: Always verify that your target cluster's Java version supports your Job's Routines compliance level. Use the compatibility table above to confirm support before deployment.

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 – please let us know!