方法一:打开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,最前面的便是默认打开的;
方法三:修改MyEclipse8安装目录\configuration\config.ini文件,在此文件中添加或编辑:
osgi.instance.area.default=file\\:/D\:/dev_root/projects/workspace(指定workspace)
注:“\”是反斜线。
方法四:删除eclipse/MyEclipse安装目录下configuration\.settings\org.eclipse.ui.ide.prefs文件。
---------------------
最后找到的方法:
先设置上述的 方法一、二和三
然后在MyEclipse快捷方式的地址最后面加上 -clean
例如:"C:\Program Files\Genuitec\MyEclipse 8.5\myeclipse.exe" -clean
启动后就可以看见 工作空间选择框了,
但进入后如果有报错!
就把-clean参数去掉
这样就可以正常使用了