使用 Google Plugin for Eclipse 编译我的项目时出现以下错误:
Computing all possible rebind results for 'org.restlet.example.gae.serialization.client.ContactResourceProxy'
Rebinding org.restlet.example.gae.serialization.client.ContactResourceProxy
Checking rule <generate-with class='org.restlet.rebind.ClientProxyGenerator'/>
Checking if all subconditions are true (<all>)
<when-assignable class='org.restlet.client.resource.ClientProxy'/>
Yes, the requested type was assignable
Yes: All subconditions were true
Rule was a match and will be used
Invoking generator org.restlet.rebind.ClientProxyGenerator
[ERROR] Errors in 'file:/D:/workspace/ehelios/org.restlet.example.gae.serialization/src/org/restlet/example/gae/serialization/client/Serialization.java'
[ERROR] Internal compiler error
java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
at org.restlet.rebind.ClientProxyGenerator.generate(ClientProxyGenerator.java:206)
at com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:48)