0

每个人。

我在使用 Google API 时遇到了一些问题:想阅读文档列表,但在第一行

DocsService client = new DocsService("yourCo-yourAppName-v1");

有一个例外:

Could not initialize class com.google.gdata.client.docs.DocsService. Stacktrace follows:
Caused by NoClassDefFoundError: Could not initialize class com.google.gdata.client.docs.DocsService

有什么想法和建议吗?

4

2 回答 2

1

从错误来看,您似乎缺少依赖项NoClassDefFoundError。确保您的 gsp/HTML 头部有正确的 google API 引用或 groovy 文件中的正确导入。

于 2012-06-02T17:45:53.433 回答
1

检查此页面以获取外部依赖项列表:https ://developers.google.com/gdata/articles/java_client_lib

于 2012-06-02T17:47:30.830 回答