Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse is throwing error - Java was started but returned exit code= -805306369

Tags:

java

eclipse

When I am trying to run an application in Eclipse, it is getting hung and after 15 mins the following error is displayed. I am working on Eclipse from past 2 months and till now it was working fine. I am using Eclipse Indigo.

Error

like image 586
SDM Avatar asked Dec 08 '13 18:12

SDM


People also ask

How do I fix java was started but returned exit code?

If you have installed 64 bit version of java jdk and 32 bit version of eclipse ide or vice versa , then you will get this error. You will get rid of this error by just downloading the correct version of java jdk and eclipse ide.


1 Answers

JUST DELETE WORKSPACE(S) I had the same problem and its easily solved by deleting the my Workspace folders, in Eclipse --> File --> Switch Workspace ,I found the location of my Workspaces and I went to the direction and deleted them, after I did this my problem solved :)

like image 108
Sasa Avatar answered Oct 09 '22 01:10

Sasa