How do I create the src/main/java and src/test/java in my default web application project in Eclipse without Maven? My current folder structure is
src/main/java
src/test/java
I have solved this issue by below steps:
Right click the Maven Project -> Build Path -> Configure Build Path In Order and Export tab, you can see the message like '2 build path entries are missing' Now select 'JRE System Library' and 'Maven Dependencies' checkbox Click OK