Eclipse+Maven src/main/java not visible in src folder in Package Explorer

前端 未结 16 2081
情深已故
情深已故 2020-12-23 09:19

I\'m wondering why I can\'t see following folders in src node in Package Explorer

src/main/java
src/main/resources
src/test/java
src/test/resources
         


        
16条回答
  •  庸人自扰
    2020-12-23 09:27

    Right click on eclipse project go to build path and then configure build path you will see jre and maven will be unchecked check both of them and your error will be solved

提交回复
热议问题