Eclipse Crash “java was started but returned exit code = -805306369”

夙愿已清 提交于 2019-11-30 23:07:10

After a lot of researching and filing bug reports to no avail I tried one last clear out of Java and fresh installs of Eclipse to try and fix the error and it seems to have worked.

Here is what I did:

  • Un-installed Eclipse for RCP and RAP developers
  • Un-installed Java from my PC and deleted any old Java folders that were left behind (I didn't do this in previous clear outs so maybe there was an old version of Java messing something up)
  • Did a fresh install of Eclipse for RCP and RAP developers and a fresh install of the latest Java
  • I also deleted my old PATH variable for Java in Environment Variables and put the new one at the front of all the other entries

This seems to have fixed the error for now so hopefully it won't be a short term fix

java was started but returned exit code = -805306369

is caused by Eclipse´s corrupted workspace, I solved my problem with these 3 steps:

1) Go to your workspace and rename it.

2) Start your eclipse and by default it will create a workspace.

3) Go to File -> Switch Workspace, choose your original workspace.

I opened another instance of eclipse and it prompted me to choose a new workspace. I did so and there it was resolved. Then I closed the new workspace and resorted back to old workspace as usual.

user4433375

If using Maven projects, check pom.xml, this may corrupted. Mine resolved by fixing pom file.

veerendra rajpooot

java was started but returned exit code = -805306369 caused by Eclipse´s currupted workspace, I solved my problem with this 4 steps:

  1. Close Eclipse.
  2. Kill the adb from task manager.
  3. Start Eclipse and by default it will create a workspace or start with new workspace.
  4. Go to File -> Switch Workspace, choose your original workspace.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!