Today I tried the next 8.5 and found that it can be directly modified by setting options,
..................................................................................................................
Generally we first launch the MyEclipse pop-up box prompts you to select the default workspace;
In general, we will check the "Use this directory as the default workspace and no longer ask";
There is no prompt to change space after each boot, or you cannot set space directly by clicking the mouse.
..................................................................................................................
When you want to change the space again, you can do this as follows:
My myeclipse installation path:D:\javasoft\MyEclipse
Found:D:\javasoft\MyEclipse\myeclipse 9\configuration\.settings inside the " Org.eclipse.ui.ide.prefs"file;
Open with a text editor such as notepad++, and change the fourth line: false to show_workspace_selection_dialog= false to ture .
When you restart myeclipse , a dialog box pops up that lets you select the default workspace.
If none of the above methods are possible, try the following:
1. Enter the command window.
2, enter the MyEclipse installation directory.
3, the implementation of Myeclipse.exe-clean can be.
This article reproduces from: http ://blog.csdn.net/little_stars/article/details/7787140