WHAT'S NEW?
Loading...

[SOLVED] [ECLIPSE] How to change the default workspace directory

Eclipse is famous for Java Integrated Development Environment (IDE), but it works with C/C++ and PHP  too.


How you can change the default work space in Eclipse? It is very easy!

  1. Go to eclipse\configuration\
  2. Open the file "config.ini"
  3. Modify the line
    osgi.instance.area.default="F:/Workspace/Java"
    
    where "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