Skip to main content Skip to complementary content

Upgrading Java for all Talend services on Windows

You can upgrade Java to avoid security issues. This procedure will go through the different steps required for minor or major updates of Java on Talend services. It can also be followed for minor downgrades.

Before you begin

  • Download and extract the update_java.zip file. Use the .bat file or the .sh file depending on your operating system.
  • Download the sed.exe file only if there is no such file in the utils folder in the Talend home folder.

About this task

This procedure applies to all Talend services, except Talend Remote Engine. See section Upgrading Java for Talend Remote Engine for more details.
Information noteRestriction: Talend LogServer (deprecated), Talend MDM, and Nexus do not support Java 17. Nexus does not support Java 11.

Procedure

  1. Place the update_java.bat file in the utils folder in the Talend home folder.
  2. If you downloaded the sed.exe from the Downloads tab, place it in the utils folder.
  3. Install the new Java version according to the Compatible Java environments page.
  4. In Windows search tab, type in services.msc and open the Microsoft Management Console application.
  5. Look for the list of Talend services, right-click each of them and select Stop.
    The last services to be stopped should be Talend Administration Center, Talend Identity and Access Management, then Kafka, ZooKeeper, and MongoDB.
  6. Go to System Properties > Advanced > Environments Variables.
  7. Update the JAVA_HOME environment variable and the PATH variable:
    1. Under System Variables, click New... to create a variable. Name the variable JAVA_HOME, enter the path to your Java environment, and click OK.
    1. Under System Variables, select the Path variable, click Edit... and add the following variable at the end of the Path variable value: ;%JAVA_HOME%\bin
  8. Open the command prompt application.
  9. Type in echo %JAVA_HOME% and press Enter. The value displayed is the new value set.
  10. Open update_java.bat with a text editor.
  11. Locate the variables in the script and set them as follows:

    "TALEND_HOME=C:\<Talend_home_folder>" (for example: set "TALEND_HOME=C:\Talend\8.0.1")

    "PROD_VER=<Talend_version>" (for example: set "PROD_VER=8.0.1")

  12. As a superuser, run update_java.bat . This script will replace the hard-coded path to Java with the new values in your installation.
  13. Restart your computer or start all Talend services manually from the service.msc application.

Results

All Talend services are now using the new Java version.

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!