Reputation: 9319
When selecting working sets as top level elements in Eclipse Indigo's project explorer, there was always a virtual working set Other Projects
. But in Juno now, it seems like projects outside any working set are just not displayed... Is there a way to re-enable this behaviour?
Update:
Here's a screenshot of the Select Working Sets...
dialog:
Upvotes: 11
Views: 4244
Reputation: 41
This is not linked to the perspective but rather to the view.
The project explorer view doesn't have an "Other Projects" Working set.
Instead, if you want access to this functionality, you should use the "Package Explorer" View.
Upvotes: 3
Reputation: 353
I found this, I have look this too.
Just change Perspective 'Java EE' to 'Java'
Window -> Open Perspective -> Java
Upvotes: 14
Reputation: 12718
You can decide on this yourself...
In the navigation view, in the view menu, select "Configure Working Sets...".
In the shown dialog (see below), you can select whether to add the "Other Projects" working set or not...
Upvotes: 0