maven-archetype-webapp eclipse problem

后端 未结 17 1730
囚心锁ツ
囚心锁ツ 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:18

    I had the same problem even when i added JRE system library to my current java version but still had same problem then i just deleted JRE system library and added once again it worked for me

    • To delete JRE System Library right click on project ->properties ->java build path -> select JRE system library -> remove

    • To add JRE go to properties->java build path -> add library ->JRE system library -> choose JRE -> finish

提交回复
热议问题