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 >
src/main/java src/main/resources src/test/java src/test/resources
This error happens when there are no files inside /src/main/java Just make some empty files inside and the problem will go away.
A side note: lots of version control systems (mercurial for example) do not commit folders if there are no files inside.