An internal error occurred during “Initializing Java Tooling.” in Eclipse on startup

后端 未结 6 1360
星月不相逢
星月不相逢 2021-01-05 05:18

I am getting this strange error on startup. What could be wrong in my environment?

\"alt

Here is

6条回答
  •  Happy的楠姐
    2021-01-05 05:48

    Do not delete all the full .metadata

    • Backup .metadata
    • delete only .metadata/.plugins/org.eclipse.core.resources/.project
    • restart eclipse

    Observation : the projects folders are created

    Further - if you are using svn/git/hg have code repository links it would be destroyed, so to reinstate

    • close eclipse
    • copy relevant projects from backup to merge with current projects in .metadata/.plugins/org.eclipse.core.resources/.project
    • restart eclipse

    Downfall - sporadic fail error may occur (sync or something) - harmless

提交回复
热议问题