Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I found several threads related to this topic however none provided solution has solved my issue yet
I have downloaded latest version of TOS DI on https://de.talend.com/products/talend-open-studio/. As a result I got a zip file named as TOS_DI-20190620_1446-V7.2.1.zip which I just unzipped going forward.
In addition I have installed JRE 1.8.0_221 under C:\Program Files (x86)\Java\jre1.8.0_221.
If I run java -version I got the subsequent output:
java version "1.8.0_221"
Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
Java HotSpot(TM) Client VM (build 25.221-b11, mixed mode, sharing)
In addition the bin folder of the java directory is part of the PATH variable and there is a dedicated java_home environment variable set pointing to the directory as well.
If I launch the TOS executable (TOS_DI-win-x86_64.exe) I instantly get the error message:
Going forward I added the subsequent line to the TOS_DI-win-x86_64.ini:
-XX:-UseCompressedOops -vm C:\Program Files (x86)\Java\jre1.8.0_221\bin\client\jvm.dll
If I launch the TOS at this point I do receive this error message.
Anybody around who can shed some light on this situation?
Thanks in advance.
Hello,
Please make sure you downloaded and installed the Java Development Kit (JDK).
You could modify TOS_DI-win32-x86.ini (for window OS as example )to force Talend to plug with Java 1.8 and add these lines :
-vm C:\Program Files\Java\jdk1.8.0_xxx\bin
-vmargs
-Dosgi.requiredJavaVersion=1.8
Best regards
Sabrina
Hello,
Please ensure proper version of JDK is installed. For v6 of Talend products JDKv1.8 is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached.
Best regards
Sabrina
Thanks for the hint with the JDK. Before I only had a runtime on my device. Now I have downloaded/installed latest JDK in addition. I have updated JAVA_HOME to new directory and updated PATH as well:
However for some reason the java version is still pointing to the old JRE directory:
What do I miss?
Thanks in advance.
Hello,
Please make sure you downloaded and installed the Java Development Kit (JDK).
You could modify TOS_DI-win32-x86.ini (for window OS as example )to force Talend to plug with Java 1.8 and add these lines :
-vm C:\Program Files\Java\jdk1.8.0_xxx\bin
-vmargs
-Dosgi.requiredJavaVersion=1.8
Best regards
Sabrina
For those who are struggeling with the same issue:
I downloaded/installed Oracle JDK v13 instead of Java JDK v8... After doing so and applying changes to JAVA_HOME and PATH Talend Open Studio is working properly.
Thanks in advance.
Hello,
Please have a look at this documentation about:TalendHelpCenter:Compatible Java Environments.
Best regards
Sabrina