Eclipse Default Workspace Configuration

So I decided to tweak my Eclipse perspectives yesterday, and low and behold, my default workspace configuration seemed to be nullified. No matter what, Eclipse kept opening in /Users/aaron/Documents/workspace, so I figured it had to be set as the default somewhere. Even the “Prompt for workspace at startup” checkbox did nothing, it just seemed to ignore it.

2011-08-18_0958

In order to fix this problem, you’ll need to open up your local Eclipse installation. Look for the folder named “configuration”:


eclipse_config.jpg


Once inside, open up the “config.ini” file:


eclipse_configini.jpg


You’ll need to edit the line starting with osgi.instance.area.default to supply your desired default workspace. In this case, @user.home is the location of my unix home, or /Users/aaron.


configini.jpg

References:

Share