Vaadin ServletException: Failed to load application class

心已入冬 提交于 2019-12-02 05:24:46

Basically the error message is saying com.vaadin.terminal.gwt.server.ApplicationServlet tried to load com.example.testvaadin.SimpleAddressBook during initialisation and didn't succeed.

To resolve this try the following:

  • check if the application deployment succeeded and the class: SimpleAddressBook is really in the right place in your servlet container
  • check if there is a vaadin-xx.yy.zz.jar in WEB-INF/lib
  • clean and rebuild the entire project
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!