GWT Compilation Error - IncompatibleClassChangeError

前端 未结 8 2521
暗喜
暗喜 2021-02-14 10:07

When compiling the project, I get this obscure Exception

Looking for precompiled archives.  To disable, use -Dgwt.usearchives=false
Loading archived module: jar:         


        
8条回答
  •  不知归路
    2021-02-14 10:10

    This happened to me when I had gwt-servlet.jar on my classpath during the compilation. If using maven, mark (set the scope) the dependency of gwt-servlet.jar as provided

提交回复
热议问题