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

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

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

\"alt

Here is

6条回答
  •  既然无缘
    2021-01-05 05:54

    The answer from "raj" is ok, thank you men! it is correct.

    In addition to his solution i have to comment. Please save a copy of your .metadata

    Take care when you delete the folder: .metadata/.plugins/org.eclipse.core.resources/.project

    There is some folder called "RemoteSystemsTempFiles" and now you won't see the trouble when you start eclipse but you will other error when you close eclipse, because the folder "RemoteSystemsTempFiles" doesn't exist into .projects

    So you will ned to copy your .metadataCOPIA/.plugins/org.eclipse.core.resources/.project/RemoteSystemsTempFiles to .metadata/.plugins/org.eclipse.core.resources/.project/RemoteSystemsTempFiles

    So, the quick fix to the error "“Initializing Java Tooling.” in Eclipse on startup" for me is:

    1- Copy the folder ".metadata" of your workspace in a copy. 2- Delete the folder ".metadata/.plugins/org.eclipse.core.resources/.project" 3- Close eclipse > You will get an error on closing eclipse. 4- Copy the folder .metadataCOPIA/.plugins/org.eclipse.core.resources/.project/RemoteSystemsTempFiles to .metadata/.plugins/org.eclipse.core.resources/.project/RemoteSystemsTempFiles 5- Star Eclipse and all is ok.

    Regards,

提交回复
热议问题