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
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.