Just met an initialization error on Eclipse, the error message is:
'Initializing Java Tooling' has encountered a problem. An internal error occurred during: "Initializing Java Tooling".
It's really annoying, after googling several sites, here is a working solution:
Delete the following directory: WORKSPACE_HOME/.metadata/.plugins/org.eclipse.core.resources/.project, and restart Eclipse and problem should be solved.
经本人测试,确实可以解决这个问题,但是删除那个目录以后,项目的SVN就断开了,所以又把该目录还原了,还原后也没有出现这个问题了,建议删除时做下备份
转自: http://blog.sina.com.cn/s/blog_572390880100oo6z.html
本文介绍了一种解决Eclipse中出现的'InitializingJavaTooling'初始化错误的方法。通过删除特定目录并重启Eclipse,可以有效解决此问题。请注意操作前做好备份。

被折叠的 条评论
为什么被折叠?



