Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
dear all,
I'am really disapointed, because I downloaded the latest TOS for Data Integration. After extracting the files I tried to start talend and got the error
java was started but returned exit code 13
I spent more than one day searching in the community for a solution and tried every presented one with no success...
do you have any idea?
Java version is
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) Client VM (build 25.171-b11, mixed mode, sharing)
what OS do You have?
windows 10 64 bit
next question, are You sure - You have 64 bit java?
C:\>java -version java version "1.8.0_171" Java(TM) SE Runtime Environment (build 1.8.0_171-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
double check - download 64 bit JDK (not JRE) if not sure - what version in the path, delete all other
Hello,
Please let us know if this article helps.
https://community.talend.com/t5/Design-and-Development/JVM-terminated-exit-code-13/ta-p/193.
Best regards
Sabrina
Hello,
I faced the similar issue and I am able to overcome this problem
You need to change the JVM - > From Client to Server
Use the below link to download the latest version of JAVA
https://www.java.com/en/download/manual.jsp
C:\>java -version
java version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)
Hope this helps you
-Maha