Show dialog to choose workspace while it starts

后端 未结 3 1780
我在风中等你
我在风中等你 2021-01-07 19:36

I know its a silly question but i am stuck into it from 2 hours..Can any body tell me how should i enable the dialog which opens at the time we start eclipse and we choose

相关标签:
3条回答
  • 2021-01-07 20:06

    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.

    0 讨论(0)
  • 2021-01-07 20:10

    window > preferences > general > startup and shutdown > workspaces

    then check 'Prompt for workspace on startup'

    0 讨论(0)
  • 2021-01-07 20:20

    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.

    0 讨论(0)
提交回复
热议问题