Nick
Nick

Reputation: 603

Error when creating a new Vaadin project in eclipse

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!

new Vaadin project Error

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

Upvotes: 1

Views: 2254

Answers (1)

Nick
Nick

Reputation: 603

I fixed it by installing theses:

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

Upvotes: 2

Related Questions