Skip to content

Instantly share code, notes, and snippets.

@rayvburn
Created December 30, 2020 12:22
Show Gist options
  • Save rayvburn/53460a516eedee54c50b30e412537c9f to your computer and use it in GitHub Desktop.
Save rayvburn/53460a516eedee54c50b30e412537c9f to your computer and use it in GitHub Desktop.
procedure to fix Eclipse IDE that stopped resolving includes or is stuck at boot

Part 1

cd {ECLIPSE_WS_DIR}
mv .metadata/.plugins/org.eclipse.core.resources/.projects projects_bckp

Start and close Eclipse IDE now

Part 2

cd {ECLIPSE_WS_DIR}
mv projects_bckp .metadata/.plugins/org.eclipse.core.resources/.projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment