0

On start up, Eclipse Kepler always opens the welcome information with a default blank workspace. Eclipse cannot restore the workspace when it exists. Also, it no longer ask for workspace on startup regardless if the prompt preference is chenked.

So everytime I have to manually open the default workspace by clicking on "File"-->"Switch Workspace" and chosing my workspace. This is annoying.

I think I have made the correct settings. On "Preferences"-->"General"-->"Startup and Shutdown"-->"Workspace", I enable the option "Prompt for workspace on startup". But it never worked.

Accroding to another questionHow to force Eclipse to ask for default workspace?, I tried the "-clean" parameter. However it is still no use.

Is it a bug for Eclipse Kepler or I have made a wrong setting? Any Advice to fix the problem? Thanks ahead.

More informations are as follows:

  • OS: Windows 8.1 x86 Edition: Eclipse Kepler Standard Edition Service Release 2
  • Plugins: ADT Plugins only
  • Install path: D:\Program Files\Eclipse
  • Parameters: No parameters used to launch Eclipse.exe, just like "D:\Program Files\Eclipse\e

clipse.exe"

Discussions similar to this problems:

Community
  • 1
  • 1

1 Answers1

0

Until now, there is several ways to try:

  1. Launch the Eclipse.exe by adding a -clean parameter. According to here.
  2. Launch the Eclipse.exe by adding a -data <work space> parameter. According to here.
  3. Delete the eclipse.ini file. According to here.

As for me, the second way is a workaround although I still don't know the reason. The first is popular on the web but not working for me, while the third way is not recommended by myself.

Futher discussions or answers are welcomed.

Community
  • 1
  • 1