我可以在Eclipse中的哪里更改默认工作区?


当前回答

我认为这个问题的意思是如何更改默认工作空间,以便在Eclipse启动时自动加载所需的工作空间:

Go under preferences then type "workspace" in the search box provided to filter the list. Alternatively you can go to General>Startup and Shutdown>Workspaces. There you can set a flag to make Eclipse prompt you to select a workspace at startup by checking the "Prompt for workspace at startup" checkbox. You can set the number of previous workspaces to remember also. Finally there is a list of recent workspaces. If you just remove all but the one you want Eclipse will automatically startup with that workspace.

其他回答

我的kepler eclipse在引导时没有响应(在安装GAE支持后不久),我追踪到一个损坏的工作区。我通过关闭开普勒来修复这个问题,重命名工作空间目录(正在使用),这样开普勒就可以正常启动,没有工作空间,然后使用文件>>切换工作空间来生成新的工作空间。然后开始填充我的旧项目,我仍然需要。

我认为这个问题的意思是如何更改默认工作空间,以便在Eclipse启动时自动加载所需的工作空间:

Go under preferences then type "workspace" in the search box provided to filter the list. Alternatively you can go to General>Startup and Shutdown>Workspaces. There you can set a flag to make Eclipse prompt you to select a workspace at startup by checking the "Prompt for workspace at startup" checkbox. You can set the number of previous workspaces to remember also. Finally there is a list of recent workspaces. If you just remove all but the one you want Eclipse will automatically startup with that workspace.

如果你想创建一个新的工作空间-只需在“选择工作空间”对话框的文本框中输入一个新的路径。Eclipse将在该位置创建一个新的工作空间并切换到它。

如果你想在配置文件中手动更改最近的工作空间 Org.eclipse.ui.ide.prefs存在于

eclipse > configuration > .settings > org.eclipse.ui.ide.prefs

在编辑器中打开这个文件,在第2行中找到RECENT_WORKSPACES,在这一行中你可以看到最近的工作区,可以更改甚至删除它们。

如果你的意思是“改变工作空间”,去File ->切换工作空间