Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Eclipse store the info about which workspace to start up with?

Tags:

When I launch Eclipse it starts with one of the workspaces I created and selected "don't ask again" (standardly, Eclipse asks about which workspace to start with during the startup).

So it must store somewhere which workspace to use. Where does it store this piece of information?

like image 363
Borek Bernard Avatar asked Sep 12 '12 09:09

Borek Bernard


2 Answers

In

$HOME/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/.settings

there is a file

org.eclipse.ui.ide.prefs

where it is stored.

like image 137
Bart Friederichs Avatar answered Sep 17 '22 17:09

Bart Friederichs


With Eclipse Juno, I can see this information in: eclipse\configuration\.settings file.

I guess you are looking for RECENT_WORKSPACES and SHOW_WORKSPACE_SELECTION_DIALOG vars.

like image 37
Guillaume Poussel Avatar answered Sep 19 '22 17:09

Guillaume Poussel