can not be found in source packages. Check the inheritance chain from your module

在使用GWT时出现了该错误

 

需要在xxx.gwt.xml中加上需要使用包名,

 

例如用了smartGWT,则要加上

 

<inherits name="com.smartgwt.SmartGwt" />

 

表示client端也继承了该包里面的类

你可能感兴趣的:(Module,gwt,inheritance)