Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aditya503
Contributor
Contributor

Unable to run talend with another JDK

Hi All, I want to run talend studio with JDK v11 version. In my local JAVA_HOME is set to Java 1.8.

I tried by add JDK path in Window-->Preferences-->Installed JREs but still it is taking JDK 1.8 only. Kindly provide an solution for this.

I also tried by adding -vm parameter in ini file still it is taking JDK1.8. Below are contents of ini file.

-vmargs

-vm C:\software\zulu11.56.19-ca-jdk11.0.15-win_x64\bin\java.exe

-Xms4512m

-Xmx8360m

-Dfile.encoding=UTF-8

-Dosgi.requiredJavaVersion=1.8

-XX:+UseG1GC

-XX:+UseStringDeduplication

-XX:MaxMetaspaceSize=512m

Quick response is appreciated.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Please refer to this documentation about:

https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-data-integration-windows/spec...

Feel free to let us know if it is OK with you.

Best regards

Sabrina

View solution in original post

4 Replies
Anonymous
Not applicable

Hello,

You can change the Java Minimum version line in the ini-file in the same directory as the Talend Studio exe

-Dosgi.requiredJavaVersion=11 .

For the How to upgrade Java from 8 to 11 in Talend Studio below is the general steps on the upgrade

- Download Java version 11. (OpenJDK or Zulu)

- Install Java version 11 in a different Folder than Java version 8

- Configure System Global PATH and JAVA_HOME variables to the new Java install setting

- Re start Studio and update the Preference to the new Java installation setting

- Test the new Java installation by re building and running a Job

Feel free to let us know if it is OK with you.

Best regards

Sabrina

 

Anonymous
Not applicable

What is your studio version? Checking the installation guide and make sure you are using an supported Java version to studio version. About specify an JVM to launch studio, please refer to this KB article.

 

Regards

Shong

 

PSchmitz
Contributor
Contributor

The link to the KB article returns an error when I try to open it. Can you provide the title of the article?

Anonymous
Not applicable

Hello,

Please refer to this documentation about:

https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-data-integration-windows/spec...

Feel free to let us know if it is OK with you.

Best regards

Sabrina