maven-archetype-webapp eclipse problem

后端 未结 17 1696
囚心锁ツ
囚心锁ツ 2020-11-29 20:49

I\'m trying to create a very simple webapp with maven and eclipse, but I\'m having no joy at all, in fact the reverse of joy.

I go to File -> New Project, select Mav

17条回答
  •  隐瞒了意图╮
    2020-11-29 21:20

    Just add a new folder "java" under src/main. will solve the problem. Because the classpath with java folder is already available in .classpath file of created project, so adding java folder will not cause any error. see below entry in .classpath file, which allows to add java folder.

    
    
    
    

提交回复
热议问题