Specifying another JVM to launch Talend Studio - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

If you have more than one JVM installation on your machine, you can specify which one to use to launch Talend Studio for a particular purpose.

For more information about how to launch Talend Studio, see Launching Talend Studio.

Procedure

  1. Create a .bat file under the Talend Studio installation directory, for example, studio_startup.bat.
  2. Add the command Talend-Studio-win-x86_64.exe -vm <JDK_Directory> in the .bat file, where <JDK_Directory> is the installation directory of JDK.
    Warning: If the installation directory of JDK contains a space, make sure it is enclosed with quotation marks, for example, Talend-Studio-win-x86_64.exe -vm "C:\Program Files\Java\jdk-11.0.12\bin". Otherwise, you will see an error message after running the .bat file.
  3. Save the .bat file and double-click it to launch Talend Studio.
    Tip: You can also launch Talend Studio from the command prompt by opening the CMD window, changing to the Talend Studio installation directory, and executing the command Talend-Studio-win-x86_64 -vm <JDK_Directory>.