启动时显示用于选择工作区的对话框
我知道这是一个愚蠢的问题,但我被困了 2 个小时。任何人都可以告诉我我应该如何启用在我们启动 Eclipse 时打开的对话框,并从那里选择工作区位置。
请参阅我希望在 Eclipse 启动时首先显示此窗口
我错误地选中了“将此用作默认值,不再询问”。
请指导我如何再次显示此对话框
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 workspace location from there.
See I want this window to be displayed first when eclipse starts
By mistake I have checked "Use this as the default and do not ask again".
Please guide me how to show up this dialog again
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在这里找到它:
Eclipse 首选项有很多选项。 您可以通过在首选项对话框顶部的过滤器文本框中键入内容来搜索特定选项。
例如,如果您键入“启动”,则列表会短得多。
You can find it here :
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'
如果您的工作区已损坏并且 Eclipse 无法使用当前预先选择的工作区启动,您可以将
SHOW_WORKSPACE_SELECTION_DIALOG=false
编辑为SHOW_WORKSPACE_SELECTION_DIALOG=true
它位于
启动 IDE 之前的文件中。
If your workspace is corrupted and Eclipse doesn't startup with your currently pre-selected workspace, you may edit
SHOW_WORKSPACE_SELECTION_DIALOG=false
toSHOW_WORKSPACE_SELECTION_DIALOG=true
which is located in file
before you start the IDE.