Show dialog to choose workspace while it starts

空扰寡人 提交于 2019-12-01 02:12:37

You can find it here :

Menu: Window -> Preferences -> General -> Startup and Shutdown -> Workspaces -> Prompt for workspace on startup

Eclipse preferences has a lot of options. You can search for specific options by typing in the filter text box at the top of the preferences dialog.

If you type in 'startup' for instance the list will be much shorter.

window > preferences > general > startup and shutdown > workspaces

then check 'Prompt for workspace on startup'

If your workspace is corrupted and Eclipse doesn't startup with your currently pre-selected workspace, you may edit SHOW_WORKSPACE_SELECTION_DIALOG=false to SHOW_WORKSPACE_SELECTION_DIALOG=true which is located in file

C:\PathToEclipse\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs

before you start the IDE.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!