Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 🙂
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/
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/
Hello @Richard Hall
Thank you for your answer !
Topic solved !
Thanks for letting us know!