Wednesday, April 21, 2010

Where does eclipse store recent workspace details

I knew that eclipse creates a .project file for every project that I create. I was trying to bundle my eclipse(I have lot of plugins) for my team. Who ever used it were getting the path of my default workspace which actually will not be available in their machine.

So where does eclipse store this default or recent workspace details?
You can find it under eclipse_home/configuration/.settings/org.eclipse.ui.ide.prefs file

2 comments: