Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

ESB Runtime : tRun using a specific java version

Hello everyone,

 

my JAVA_HOME env. variable is set to C:\Program Files\Java\jdk-17.0.2

 

However, when I run tRun.bat in the runtime, I get "8 was unexpected".

 

I noticed that it works web when my JAVA_HOME is set to

C:\Program Files\Java\

jre1.8.0_321

 

Is there a way to keep jdk-17.0.2 in my JAVA_HOME, but run tRun.bat using jre1.8.0_321 ?

 

Thank you 🙂

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

If you are using v8 of Talend, you should be using Java 11. This is shown here....

https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-big-data-linux/compatible-java-environments

 

If you need multiple versions of Java on your machine, you may be able to use something like this to solve this.....

https://www.happycoders.eu/java/how-to-switch-multiple-java-versions-windows/

View solution in original post

3 Replies
Anonymous
Not applicable

If you are using v8 of Talend, you should be using Java 11. This is shown here....

https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-big-data-linux/compatible-java-environments

 

If you need multiple versions of Java on your machine, you may be able to use something like this to solve this.....

https://www.happycoders.eu/java/how-to-switch-multiple-java-versions-windows/

Alpha549
Creator II
Creator II
Author

Hello @Richard Hall​ 

Thank you for your answer !

 

Topic solved !

Anonymous
Not applicable

Thanks for letting us know!