dCharts - running into NoClassDefFoundError: com/google/gwt/event/shared/Ev

Hello,

I’m trying to use
dCharts
, but whenever I try to create a new chart, I get a “NoClassDefFoundError” when I run the app. I guess dCharts relies on that dependency, so I assumed I needed to add GWT to my dependencies in my pom.xml; I added “gwt-dev” and “gwt-elemental” using
these instructions
but nothing changed. I don’t really know what I’m doing here and I feel like my Googling is only digging me into a deeper hole. Any help is appreciated.

Thanks!

Edit: I’m using Vaadin version 8.0.6 in Eclipse.

Ok, I was able to fix the problem by adding gwt-servlet to the dependencies. Thanks