Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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)

Labels (2)
5 Replies
vapukov
Master II

what OS do You have?

Anonymous
Not applicable
Author

windows 10 64 bit

vapukov
Master II

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

Anonymous
Not applicable
Author

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

SRajashekar1637001835
Contributor

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