Creating a src/main/java folder structure in Eclipse without Maven

前端 未结 8 1561
醉酒成梦
醉酒成梦 2020-12-12 15:24

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

8条回答
  •  被撕碎了的回忆
    2020-12-12 16:01

    Open Properties > Java Build Path for the project. Select the Source tab and use Add Folders to add source folders.

提交回复
热议问题