Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
barbs
Contributor
Contributor

I get a JVM message but dont now how to update it

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

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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

 

View solution in original post

1 Reply
Anonymous
Not applicable

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