How to hide src folder from Eclipse Project Explorer?

后端 未结 3 1676
清歌不尽
清歌不尽 2020-12-05 04:25

I use a maven standard directory layout for my projects.

The image Below is a typical project explorer view of a \"not so minimum working example\" of the view I wan

相关标签:
3条回答
  • 2020-12-05 04:59

    This is actually not added twice it is because of the explorer view you are using, just change it to navigator view and your problem will get solved.

    Check this post might help you more, it is not related to you answer but show how to select navigator view Hope this will help you :).

    0 讨论(0)
  • 2020-12-05 05:01

    Click to the third right top button, then "Filters" and then check "Name filter patterns" and write "src". Then the second src folder is hidden.

    0 讨论(0)
  • 2020-12-05 05:03

    The description in Andreas B.'s answer refers to the Package Explorer view. In Project Explorer view it's:

    View MenuFilters and Customization...User filtersNewsrc → activate/check it → OK

    0 讨论(0)
提交回复
热议问题