Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java was started but returned exit code = -805306369

Can anyone help me with this error:

java was started but returned exit code = -805306369 C:\Windows\System32\javaw.exe -jar C:\Program Files\Java\eclipse-jee-helios-SR2-win32-x86_64\eclipse\plugins\org.eclipse.equinox.launcher_1.11.1.R36x_v20101122_1400.jar

like image 255
bhpo10 Avatar asked Apr 14 '12 22:04

bhpo10


People also ask

How do I fix java was started by returned exit code 13?

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.

How to Fix exit code 13 eclipse?

This error occurs because your Eclipse version is 64-bit. You should download and install 64-bit JRE and add the path to it in eclipse.


2 Answers

Just had this issue, for me it was a corrupted workspace osgi cache. The solution was to run eclipse with the -clean parameter as

eclipse.exe -clean 

After some time, eclipse required to clean up, the workspace selection dialog popped up and I could start eclipse normally again.

The -clean parameter is documented in the eclipse help

like image 175
thst Avatar answered Sep 17 '22 19:09

thst


My problem was a corrupted workspace the solution was from Rob's link:

http://spacetech.dk/eclipse-failed-java-was-started-but-returned-exit-code-805306369.html

like image 35
SnellyBigoda Avatar answered Sep 19 '22 19:09

SnellyBigoda