Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
GWT2.5的GWT编译错误_Gwt - Fatal编程技术网

GWT2.5的GWT编译错误

GWT2.5的GWT编译错误,gwt,Gwt,我试图编译一个GWT项目,但我得到了以下错误:如果我遗漏了什么,有人能解释一下吗?我已经下载了eclipse的GWT插件 Compiling module com.nolij.nolijweb.ui.entrypoint.user.UserInterface Validating units: Ignored 28 units with compilation errors in first pass. Compile with -strict or with -logLevel

我试图编译一个GWT项目,但我得到了以下错误:如果我遗漏了什么,有人能解释一下吗?我已经下载了eclipse的GWT插件

Compiling module com.nolij.nolijweb.ui.entrypoint.user.UserInterface   Validating units:
      Ignored 28 units with compilation errors in first pass. Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.    Finding entry point classes
      [ERROR] Errors in 'com/google/gwt/core/client/GWTBridge.java'
         [ERROR] Line 25: No source code is available for type com.google.gwt.core.shared.GWTBridge; did you forget to inherit a required module?
      [ERROR] Unable to find type 'com.nolij.nolijweb.ui.entrypoint.user.client.UserInterface'
         [ERROR] Hint: Previous compiler errors may have made this type unavailable
         [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

请发布您的
module.gwt.xml
可能的副本