Error when creating a new Vaadin project in eclipse

不打扰是莪最后的温柔 提交于 2020-01-06 01:25:34

问题


When creating a new Vaadin 7 project in eclipse I'm getting this error:

Failed while installing Dynamic Web Module 3.1

(see screenshot). Anyone knows why? The sources are not begin populated. I'm using Vaadin 7.3.6, Tomcat 8, Eclipse Luna Service Release 1 (4.4.1). Thanks for your help!

This is the error in the log

!ENTRY org.eclipse.jst.j2ee 4 0 2014-12-15 20:41:55.090 !MESSAGE No IModelProvider exists for project P/test of version: Dynamic Web Module 3.1 !STACK 0 java.lang.NullPointerException: No IModelProvider exists for project P/test of version: Dynamic Web Module 3.1


回答1:


I fixed it by installing theses:

  • Eclipse Java EE Developer Tools
  • Eclipse Java Web Developer Tools
  • JST Server Adapters
  • JST Server Adapters Extensions


来源:https://stackoverflow.com/questions/27476138/error-when-creating-a-new-vaadin-project-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!