错误:GWT类型中的方法setBridge(GWTBridge)不适用于参数(GWTBridge)

时间:2014-03-25 05:15:44

标签: java maven gwt

当我运行我的gwt应用程序时,它会抛出此错误:

00:01:09.317 [TRACE] Finding entry point classes
00:01:09.317 [ERROR] Errors in 'jar:file:/home/xybrek/.m2/repository/com/google/gwt/gwt-user/2.5.1/gwt-user-2.5.1.jar!/com/google/gwt/core/client/GWT.java'
00:01:09.317 [ERROR] Line 276: The method setBridge(GWTBridge) in the type GWT is not applicable for the arguments (GWTBridge)
00:01:09.320 [DEBUG] Checked 299 dependencies for errors.
00:01:09.320 [ERROR] Unable to find type 'org.jboss.errai.enterprise.client.cdi.CDIClientBootstrap'
00:01:09.321 [ERROR] Hint: Previous compiler errors may have made this type unavailable
00:01:09.321 [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
00:01:09.322 [ERROR] Failed to load module 'app' from user agent 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36' at labs.localhost:35785

我的应用使用的GWT版本为2.5.1

0 个答案:

没有答案