How do I make the default bin directory visible in Eclipse?

eclipse, java

Solution

Dude - you're in NetBeans (at least thats the screenshot). You need to download Eclipse and use that instead...

Problem

Possible Duplicate: what can I do to make display the bin folder on eclipse? I know this is a searing duplicate of this question, however the answer supplied in that question does not work for me or help me in the least bit. I am trying to get my project's default output folder (`bin/`) to be visible in the Project Explorer view, and I can't seem to figure out how. When I right-click my project (inside Project Explorer), I don't see any option that says "Available Configurations" or "Customize View". I'm using Indigo 3.7 Java EE. Thanks for any help here. And, if someone can point out how that answer does answer this question, I will gladly delete this "duplicate" myself. Edit here is what I' seeing:

Original source

Related problems