Remove a workspace path in Eclipse launcher
Sometimes, it is necessary to remove a workspace path from the launcher in Eclipse. In the Intellij IDEA this is a trivial task, but in Eclipse this task may require some steps.
In some cases, you can just remove a path from the menu: Window > Preferences > General > Startup and Shutdown > Workspaces
But, in some cases, a path is not reflected there. In this case, you should go to your Eclipse folder. Then, open the configuration
folder. Then, the .settings
folder and edit org.eclipse.ui.ide.prefs
manually. In this file you will find the RECENT_WORKSPACES
string with all of the stored workspaces' paths. Remove the path that you don't need.