score:0

go in eclipse to window->preferences->general->startup and shutdown->workspaces and activate the checkbox "prompt for workspace on startup" and restart your eclipse.

now you can select on the eclipse start your favorite workspace and optional you can say "use this as a default and do not ask again".

score:0

just run this command eclipse.exe -data c:\development\eclipse\workspace

fyi this happens due to install of some plugins.

score:1

have a look at the

  • eclipse.ini in your eclipse installation directory
  • shortcut you use to launch eclipse (if there is one).

if any of them contain a -data somepath argument, then eclipse will always open that path as workspace.


Related Query

More Query from same tag