Wednesday, August 3, 2011

Changing default workspace in Eclipse

Default workspace configuration will be available in config.ini file.


To locate the file, follow this path
*directory where eclipse is installed*\Eclipse\configuration
here you will find config.ini file.

Change following parameter:
osgi.instance.area.default=@user.home/workspace
to
osgi.instance.area.default=C\:\\your project directory path\\workspace

No comments:

Post a Comment