Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hello,
Please refer to this documentation about:
Feel free to let us know if it is OK with you.
Best regards
Sabrina
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
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
The link to the KB article returns an error when I try to open it. Can you provide the title of the article?
Hello,
Please refer to this documentation about:
Feel free to let us know if it is OK with you.
Best regards
Sabrina