Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - Show generated class files

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

like image 923
Joeblackdev Avatar asked Jul 21 '11 17:07

Joeblackdev


People also ask

How can I see all classes in Eclipse?

Use Ctrl + Shift + H keys to search for classes.

How do I display files in Eclipse?

Eclipse shows hidden files in the "Navigator" view. You can add that via Window->Show View->Navigator. With Eclipse 4.14 for Mac OS X: Window > Navigation > Show View Menu > Filters ans Customization, then after just uncheck .

How do I Regen a class file?

Make sure that in the Project up-menu, the option "Build Automatically" is checked then just clean your project. It should regenerate the . class file(s).


1 Answers

You can view the the bin folders in the Navigator (Window --> Show View ---> Navigator) or in the Project Explorer (Window --> Show View ---> Project Explorer) . But I don't think you can 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

like image 182
Ken Chan Avatar answered Sep 21 '22 05:09

Ken Chan