Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse does not display /target/classes folder in "project explorer view"

Tags:

eclipse

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?

enter image description here

like image 420
VictorGram Avatar asked Apr 28 '14 18:04

VictorGram


1 Answers

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).

like image 145
greg-449 Avatar answered Sep 28 '22 07:09

greg-449