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
>
If you are looking for Simple/quicker way, you can follow this solution.
Right click on your project.> Build Path > Configure Build Path > Java Build PathSource' tab, there, you can see like <>/src/main/java(missing) .Apply and Close.>New > Source folder > add source folder "src/main/java".happy learning and do not forget to upvote :)