MyEclipse8.5啟動無法選擇工作空間的問題
方法一:打開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文件。
---------------------
最后找到的方法:
先設(shè)置上述的 方法一、二和三
然后在MyEclipse快捷方式的地址最后面加上 -clean
例如:"C:\Program Files\Genuitec\MyEclipse 8.5\myeclipse.exe" -clean
啟動后就可以看見 工作空間選擇框了,
但進入后如果有報錯!
就把-clean參數(shù)去掉
這樣就可以正常使用了