'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
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | jumping_monkey |