Showing posts with label default workspace. Show all posts
Showing posts with label default workspace. Show all posts

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