loading all projects in eclipse ,how to prevent it

hello folks
i guess its newbee question or i miss something very basic here…, im using eclipse as ide, now the thing that is very annoying that
every time the application loading all the projects that i used to work on , how can i prevent it
and load only the project im want to load.
thanks!

Eclipse always loads all the projects it knows about. This usually isn’t a problem, since the files themselves are only loaded on demand, so there’s no overhead unless they’re actually used.

What can get annoying is that you can end up with a lot of projects in the list. To avoid this, you can close the projects (right-click, close), and then filter out all closed projects. Or, if you right-click on the project, there’s a ‘Go Into’ option, which makes that project the root node of the naviagator tree.

Check out the eclipse.org search page, there’s tonnes of info on this archvies in the news search.