Eclipse wont run: \.metadata\.log error

android, eclipse, java

Solution

Try using a new workspace. To force the workspace window prompt you need to change the settings in `<Eclipse_root_dir>\configuration\.settings\org.eclipse.ui.ide.prefs` and set `SHOW_WORKSPACE_SELECTION_DIALOG` to `true`.

Source: Eclipse Community Forums

Problem

I was working on an Android project and after restarting the computer, eclipse won't run. It's throwing the .metadata.log file error.

Original source