How you can change the default work space in Eclipse? It is very easy!
- Go to 
eclipse\configuration\ - Open the file 
"config.ini" - Modify the line
whereosgi.instance.area.default="F:/Workspace/Java""F:/Workspace/Java"should be your default workspace! 
If this is not working, 
go to inside the configuration/.settings folder of your Eclipse installation, there is a file called org.eclipse.ui.ide.prefs. Open this file in a text editor and change the property SHOW_WORKSPACE_SELECTION_DIALOG from false to true to select the workspace at the startup.
0 comments:
Post a Comment