从gwt2.4.0升级到gwt2.5.0给出例外

时间:2012-11-29 13:18:13

标签: gwt-2.4 gwt-2.5

我有一个应用程序,我已经从gwt2.4.0更新到gwt2.5.0。 当我运行应用程序时,然后看到以下异常。

18:34:25.338 [ERROR] [OneViewUI] Errors in 'jar:file:/C:/Users/srapolu/.m2/repository/com/google/gwt/gwt-user/2.5.0/gwt-user-2.5.0.jar!/com/google/gwt/core/client/GWT.java'
 18:34:25.391 [ERROR] [OneViewUI] Line 276: The method setBridge(GWTBridge) in the type GWT is not applicable for the
     

参数(GWTBridge)

你能帮忙吗?

1 个答案:

答案 0 :(得分:4)

我遇到了同样的问题。事实证明我有一些参考2.4版本的gwt-dev.jar。确保你没有,然后再试一次。