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

前端 未结 8 1552
醉酒成梦
醉酒成梦 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:17

    Remove the actual source folder definition in the build path and add a new source folder an name it src/main/java

提交回复
热议问题