Issue with installation of GWT 2.6

前端 未结 4 1664
说谎
说谎 2021-01-23 23:53

I have just installed GWT 2.6 and am now getting the error \"Description Resource Path Location Type The file war\\WEB-INF\\lib\\gwt-servlet.jar has a different size th

4条回答
  •  没有蜡笔的小新
    2021-01-24 00:31

    Whenever you change the GWT version you have to clean your project from the stub that is auto-generated by the previous GWT version as shown in below screenshots.

    Problem: The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version?

    Solution: The problem in your case is gwt-servlet.jar that is auto-generated by previous GWT version. Just delete it along with other stub and re-compile project again.

    enter image description here

提交回复
热议问题