我正在努力获得一些谷歌文档功能,我决定做他们提供的基本教程here
我按照他们的指示去了T但是当我试图跑时出现了以下错误:
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/collect/Maps
at com.google.gdata.wireformats.AltRegistry.<init>(AltRegistry.java:118)
at com.google.gdata.wireformats.AltRegistry.<init>(AltRegistry.java:100)
at com.google.gdata.client.Service.<clinit>(Service.java:555)
at technical.services.getDocumentList.main(getDocumentList.java:15)
Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Maps
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 4 more
我仔细检查了我的构建路径中所需的所有依赖项,并且我知道它们在我的项目中被识别,因为当我从引用的API实例化对象时IDE不会抱怨。
任何帮助都将不胜感激。
答案 0 :(得分:0)
我错过了以下Jar,这显然是需要的,但在教程中没有提及。
deps/google-collect-1.0-rc1.jar