启动时显示用于选择工作区的对话框

发布于 2024-12-22 18:45:33 字数 312 浏览 1 评论 0原文

我知道这是一个愚蠢的问题,但我被困了 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

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

彼岸花ソ最美的依靠 2024-12-29 18:45:33

您可以在这里找到它:

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

Eclipse 首选项有很多选项。 您可以通过在首选项对话框顶部的过滤器文本框中键入内容来搜索特定选项。

例如,如果您键入“启动”,则列表会短得多。

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.

离去的眼神 2024-12-29 18:45:33

窗口>偏好>一般>启动和关闭>工作区

,然后选中“启动时提示工作区”

window > preferences > general > startup and shutdown > workspaces

then check 'Prompt for workspace on startup'

走野 2024-12-29 18:45:33

如果您的工作区已损坏并且 Eclipse 无法使用当前预先选择的工作区启动,您可以将 SHOW_WORKSPACE_SELECTION_DIALOG=false 编辑为 SHOW_WORKSPACE_SELECTION_DIALOG=true
它位于

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

启动 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 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文