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.
22 comments:
Awesome! This worked for me.
With this tip I lost my svn information
Yeas, me too. I lost all my SVN information.
Can't find the .location...
Sorry for your lost, when i tried this solution,i didn't met the svn problem.
I had the error with eclipse Helios, I executed eclipse Galileo and then eclipse Helios, there was something corrupted.
I did it..
the WorkingSet configuration might be deleted.
I'm using helios and i did reconfigure working set.
Eclipse works fine..
I am using Helios. I made a new workspace and imported the project.
Thank you, this fix worked perfectly for me!
It works for me also. Its awesome !!.
For the problem with SVN information, select all projects>Team>Share Projects. The problem is resolved
It works, thank you.
Thank you very much! :)
Cool, it worked.
I found this post and solved my problem:
run eclipse with -clean option
e.g. eclipse.exe -clean
Sorted!
Thanks to:
http://www.eclipsezone.com/eclipse/forums/t100720.html
run eclipse with -clean option
is the option that worked for me, even using MyEcplise10. It worked on 2012-06-18 and got me rid of the error message that had appeared after I installed m2eclipse (Maven plugin). :)
-clean option works. txn. eclipse indigo
Awesome.. Thank you so much dude..
Didn't knew before about this '-clean' option. Thanks much, this suggestion solved my problem.
Thank you so much
Its Awesome!!
This is what I did:
- renamed referred folder into projectback
- started eclipse and the closed it
- copied contents on projectback into newly created .project folder
Restarted eclipse and everything worked fine! no svn information lost
Thank you non for this tip! you made my day!
by the way .. clean option didn't work for me
Worked like a charm
MY WORKSPACE GOT SCREWED UP...ALL THE PROJECTS WENT TO CLOSED STATE AND THOROWS EXCEPTIONS WHEN I TRY TO OPEN.
OMG! Bless you for this solution!
It was really usefull for me, i thought that i had to spend lot of time to restore my workspace. Too easy with this answer, you just save my Master's final project.
Post a Comment