16

How can I show the folder (bin) where my class files are placed after I build a project in eclipse? I want this directory to show up in the package explorer. Searched the forums, but can't seem to find an answer

dkb
  • 4,389
  • 4
  • 36
  • 54
Joeblackdev
  • 7,217
  • 24
  • 69
  • 106

1 Answers1

33

You can view the the bin folders in the Navigator (Window --> Show View ---> Navigator), which is now deprecated, or in the Project Explorer (Window --> Show View ---> Project Explorer) . But you can't view the bin folders in the Package Explorer.

For viewing the bin folders in the Project Explorer , you can click Customize View ---> Filters --> Do not click Java Output Folders

enter image description here

enter image description here

jumping_monkey
  • 5,941
  • 2
  • 43
  • 58
Ken Chan
  • 84,777
  • 26
  • 143
  • 172
  • 4
    Cheers. Is there a way to show this in the package explorer though? – Joeblackdev Jul 21 '11 at 17:40
  • I don't think you can view the bin folders in the package explorer ,but I find it can be viewed in the project explorer – Ken Chan Jul 21 '11 at 18:03
  • This actually doesnt enable to show class files in "Open Resource" right ? How can I enable to show class files in "Open Resource" explorer – pbathala Jan 04 '13 at 22:52