修改eclipse默认的工作空间

首次登录  eclipse/MyEclipse是会弹出Workspace Launcher对话框,提示选择workspace,但是如果同时勾选了

Use this as the default and do not ask again,以后登录便不会显示次提示框,那如何更改登录的workspace呢?

在次总结了三个方法:

方法一:打开Window---Preferences---General---Startup and Shutdown,勾选Prompt for workspace on startup 选项,再次登录是便会弹出Workspace launcher对话框;

方 法二:打开eclipse/MyEclipse安装目录下configuration\.settings \org.eclipse.ui.ide.prefs文件,

修改SHWO_WORKSPACE_SELECTION_DIALOG=true, 再次登录是便会弹出Workspace launcher对话框,或者可以通过

更改RECEN_WORKSPACES中的workspace的顺序来更改默认打开的workspace,最前面的 便是默认打开的;

方法三:删除eclipse/MyEclipse安装目录下configuration\.settings\org.eclipse.ui.ide.prefs文件



猜你喜欢

转载自blog.csdn.net/testguess/article/details/38059761
今日推荐