Reputation: 468
I'm aware there is an identical post here but none of the proposed solutions have changed anything and they are quite old (problems to do with Java6) and seem to be referring to a bug to do with Eclipse.
My problem is when I am developing in Eclipse for RCP and RAP Developers; either making changes to java files or changing dependencies etc, Eclipse randomly hangs and then freezes. I have to force close eclipse and I get this message
Things I have tried so far:
-clean
command to the very beginning of the eclipse.ini fileI'm running on the latest version of Java (1.7.0_13) and haven't got a clue what to do next.
The problem has happened 4 or 5 times in a number of different occasions:
Any advice/tips would be greatly appreciated! Need to get this problem sorted so I can get developing for my 3rd Year University Project :)
Upvotes: 4
Views: 17139
Reputation: 126563
java was started but returned exit code = -805306369
is caused by Eclipse´s corrupted workspace, I solved my problem with these 3 steps:
Upvotes: 3
Reputation: 11
java was started but returned exit code = -805306369
caused by Eclipse´s currupted workspace, I solved my problem with this 4 steps:
Upvotes: -1
Reputation: 1
If using Maven projects, check pom.xml, this may corrupted. Mine resolved by fixing pom file.
Upvotes: 0
Reputation: 1
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.
Upvotes: 0
Reputation: 468
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:
This seems to have fixed the error for now so hopefully it won't be a short term fix
Upvotes: 2