I have been working on an Android project in Eclipse Indigo for a year on a PC on which updates are disabled and new software is not installed (intentionally, to avoid any instability in the Java environment or other installed software).
This morning, Eclipse froze, and when I killed it in Task Manage, rebooted the computer and restarted Eclipse, it could not start, saying
"Eclipse failed, Java was started, but returned exit code = -805306369"
I originally discovered it here.,.
http://spacetech.dk/eclipse-failed-java-was-started-but-returned-exit-code-805306369.html
. that this is due to a “damaged workspace”. And I have to rename the workspace, create a new empty one and import the old project into it.
1. What exactly does “damaged work area” mean? Is there a file that is missing or damaged or locked? Is it possible to debug "corruption"? There were no disk issues in chkdsk. I have never seen this in Visual Studio with C # projects, and I am more developing Windows than Android.
2. What is the process of importing an old project into a new workspace and how can I do it without importing corruption? This is a large project with hundreds of files, so I do not want to try to recreate it manually.
source share