No source code available for Scribe in GWT
问题 I'm getting this error trying to Compile my GWT Project: No source code is available for type org.scribe.oauth.OAuthService; did you forget to inherit a required module? I have included the scribe .jar file in my "war/WEB-INF/lib", and imported it. Maybe I have to add it to the app_name.gwt.xml? I have tried to do it, but Scribe does not contains any .gwt.xml file. 回答1: I use Scribe with no problems. But it's a server-side library. You should have no references to it in your GWT code. 回答2: In