This is what it looks like in project->properties->java Build Path-> source tab . Don't know what I am missing but /target/classes folder is not showing up in "project explorer" view. Can anyone help?
Asked
Active
Viewed 2.8k times
2 Answers
34
The Project Explorer view defaults to not showing the output folders.
To change this click the small down arrow at the top right of the view and choose the Customize View
option. Uncheck the 'Java output folders' option in the filters list.
Note that from Eclipse 2019-12 onwards the small down arrow is replaced by a 'hamburger' menu (three vertical dots).

greg-449
- 109,219
- 232
- 102
- 145
-
this option is not available Java view . it's available JavaEE view only. I tested this in eclipse luna version – Rams Aug 18 '16 at 18:01
-
3@Rams I don't use Java EE and this option is definitely there in the Project Explorer view (not the Package Explorer view) – greg-449 Aug 18 '16 at 18:57
-
this is Crazy..... I learned importing, packaging, maven repositories, and everything before realizing there was a difference between the real system contents and what eclipse package explorer was showing... – Alejandro Teixeira Muñoz Nov 29 '17 at 15:37