
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
java was started but returned exit code 13
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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what OS do You have?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
windows 10 64 bit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
