It's been two months. Eclipse always prompts refreshing/.org.eclipse.jdt.core.external.folders/.link0 at startup, and then waits for about 5 minutes to move it, otherwise it will feign death.
I can't stand it today. Check the reasons, and finally in a foreign friend's blog above found a solution
under the workspace/.metadata/.plugins/org.eclipse.jdt.core/.org.eclipse.jdt.core.external.folders/directory, view the. project file
[HTML]View Plain Copy
- <? xml &NBSP; version = &NBSP; encoding = ?>
- < projectdescription Span style= "color: #993300; font-weight:bold;background-color:inherit;" >>
- < name > </ name >
- < comment > </ comment >
- <projects >
- </projects >
- <buildspec >
- </buildspec >
- <natures >
- </natures >
- <linkedresources >
- <link >
- < name > </ name >
- < type > </ type >
- < location > </ >
- </link >
- </linkedresources >
- </projectdescription >
The reason is in this <link> tag inside, this is a link source, originally in order to view the code convenient to add Eclipse External source folder (I do not know how to describe, anyway that means) but, Then it seems that this folder was deleted by me ... And then it looks like it's going to brush and brush all the time.
Ask someone this question, it seems that even if the source folder is not deleted, it will be slow to load every time
Anyway, it's going to start fast, but attached resource is gone. Look at the code and trouble ... Sorrow ~
Eclipse---refreshing/.org.eclipse.jdt.core.exter