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
Open Properties > Java Build Path for the project. Select the Source tab and use Add Folders to add source folders.
Properties > Java Build Path
Source
Add Folders