Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I tried opening talend and got this
" version 1.8.0_333 of the JVM is not suitable for this product. Version 11 or greater is required."
I dont know where to update it
Hello,
About How to upgrade Java from 8 to 11 in Talend Studio, please follow up below steps:
- 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 rebuilding and running a Job
You can also change the Java Minimum version line in the ini-file in the same directory as the Talend Studio exe
-Dosgi.requiredJavaVersion=11 .
You can also do the following in Studio to include certain JREs and set the compiler:
-Go to studio.
-Windows -> Preferences ->Java -> Installed JREs.
-Set the Java 11 in Installed JREs --> Apply and close.
-Restart studio.
Hope it helps.
Best regards
Sabrina
Hello,
About How to upgrade Java from 8 to 11 in Talend Studio, please follow up below steps:
- 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 rebuilding and running a Job
You can also change the Java Minimum version line in the ini-file in the same directory as the Talend Studio exe
-Dosgi.requiredJavaVersion=11 .
You can also do the following in Studio to include certain JREs and set the compiler:
-Go to studio.
-Windows -> Preferences ->Java -> Installed JREs.
-Set the Java 11 in Installed JREs --> Apply and close.
-Restart studio.
Hope it helps.
Best regards
Sabrina