Sujay
Sujay

Reputation: 94

Unable to run Talend Open Studio for Data Integration 8.0.1 due to older JAVA_HOME

I wanted to run "Talend Open Studio for Data Integration 8.0.1" which giving following error. enter image description here

I have configured JDK 8 in JAVA_HOME with is my windows level variable. I wanted to configure talend to run on latest JDK 18 from local path and not from JAVA_HOME.

Is there any way to run talend with other than JAVA_HOME environment variable reference?

Tried with -vm parameter similar to Eclipse IDE we run with specified Java Path.

Upvotes: 1

Views: 1889

Answers (1)

Yomane
Yomane

Reputation: 41

Edit the .ini file in talend installation directory and change first line from -vm to -vmargs C:/path/to/java/bin Replace above path to latest version

Upvotes: 4

Related Questions