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

前端 未结 8 1557
醉酒成梦
醉酒成梦 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 15:57

    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

提交回复
热议问题