Eclipse IDE not starting

My computer shutdown unexpectedly due to a power failure while I was working on an Android project using my Eclipse Indigo IDE.

Now, if I started Eclipse, only a blank message dialog box will appear (see screenshot), and Eclipse will not start. What can I do?

(I am using Ubuntu 12.04 LTS)

enter image description here

+5
source share
5 answers

Mabe Some files found in the .metadata strong> folder of the workspace are corrupted, did you try to start it by specifying a different workspace?

You can manually specify the location of the workspace on the command line using the -data command line argument.

, , , , , . .log, .metadata​​strong > , stacktrace , , , . .metadata​​strong > ~ old_workspace/.metadata​​strong > .

+6
+1

.metadata. eclipse , . !

  • .metadata​​li >
  • .buildpath
  • .project

, . , .

+1

, . , .

Ubuntu VMware - . Eclipse, . :

  • .lock .metadata
  • eclipse "-clean"

!!!

+1

I tried to find the damaged file by deleting the files ~/workspace/.metadata/one by one until Eclipse started.

The damaged file was ~/workspace/.metadata/.plugins/org.eclipse.core.resources/.snap

Once the file was deleted, Eclipse started fine.

0
source

All Articles