0

I am using eclipse kepler on window 7, now my eclipse shortcut in start menu have some default setting which I can see by right click --> properties. enter image description here

The setting in target are

"C:\Program Files\eclipse\eclipse.exe" -configuration "C:\Users\Public\Documents\eclipse\configuration" -data "C:\Users\Public\Documents\eclipse\workspace" -vm "C:\Program Files\Java\jdk1.7.0_25\/bin/javaw"

which are enabling eclipse to run in default workspace. I tried to change the setting by removing the -data "path" parameter and adding -clean to it, but whenever I am restarting my computer they are resetting back to the old value making me change them again. I should mentioned that the eclipse is corporate version of eclipse. Does anyone know how can I permanently change these setting so that eclipse will ask me for choosing the workspace.

greg-449
  • 109,219
  • 232
  • 102
  • 145
Ashish
  • 14,295
  • 21
  • 82
  • 127
  • Maybe 2nd Answer at http://stackoverflow.com/questions/7058782/how-to-force-eclipse-to-ask-for-default-workspace might help you – Vihar Dec 10 '14 at 17:18
  • @Vihar Thanks for looking but that options is not working for me. – Ashish Dec 10 '14 at 18:23

1 Answers1

0

You can go to Window->Preferences in Eclipse, filter on workspace and under General>Startup and Shutdown>Workspaces set to "Prompt for workspace on startup" to true (checked).

You could also try opening C:\Program Files\eclipse\configuration.settings\org.eclipse.ui.ide.prefs and setting SHOW_WORKSPACE_SELECTION_DIALOG=true

Jeff
  • 1
  • 1
  • 3
  • honestly I have tried both and they are set as specified but still I am facing the mentioned issue – Ashish Dec 12 '14 at 01:57
  • Hmm. Can you make your own short cut and just use the settings you like? Then add that to the start menu or desktop? – Jeff Dec 12 '14 at 14:33