How do I set the default workspace to use in Eclipse?

By Andreas

To set the default workspace to use in Eclipse, you can use the following method …

  1. Create a shortcut to the file eclipse.exe.
  2. Right-click on the shortcut and select Properties in the menu.
  3. At the end of the Target line, add “-data PATH_TO_WORKSPACE” (replacing “PATH_TO_WORKSPACE” with the path to the workspace you wish to use.

Using the above method you can create several shortcuts, each of which will launch the workspace specified.

Tags:

Leave a Reply