11

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: enter image description here

Cedric Reichenbach
  • 8,970
  • 6
  • 54
  • 89

3 Answers3

14

I found this, I have look this too.

Just change Perspective 'Java EE' to 'Java'

Window -> Open Perspective -> Java

Lucas Fernando
  • 344
  • 3
  • 11
3

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.

zrll
  • 41
  • 4
0

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...

Configure Working Sets Dialog

Tonny Madsen
  • 12,628
  • 4
  • 31
  • 70
  • 1
    I've seen this menu as well, but `Other Projects` does not appear there... Which version are you using? (Btw, I'll update my question with a screen shot) – Cedric Reichenbach Dec 20 '12 at 10:17