Google アナリティクス API を使用してコントローラーを作成しようとしていますが、以下を使用しています。
statsController.groovy
/**************************************************************/
import com.google.gdata.client.analytics.AnalyticsService
class StatsController {
def myService
def stats(){
myService = new AnalyticsService("example-App");
}
}
/************************************************************/
エラーメッセージ:
リクエストの処理中に ClassNotFoundException が発生しました: [...] com.google.common.collect.Maps
「gdata.analytics*.jar」、「google-collect-1.0.jar」、「guava.jar」、および「jsr305.jar」をビルドパスに追加しようとしましたが、結果がなくても、エラーは常に私が説明したか、リクエストの処理中に NotDefClassError が発生しました: [...] com.google.gdata.client.analytics.AnalyticsService.
私は解決する必要があります。