I\'m wondering why I can\'t see following folders in src node in Package Explorer
src/main/java
src/main/resources
src/test/java
src/test/resources
>
I had a similar issue when I checked out a web project from a github repo on my eclipse. src/main/java was directly inside the project root in Package Explorer. My expectation was that src/main/java be visible inside a source folder "Java Resources". There were few things which I did to achieve this.