NoClassDefFoundError: com/google/common/collect/Maps

Error:
Exception in thread "main" java.lang.NoClassDefFoundError:
com/google/common/collect/Maps

 

I believe you are missing google-collections jar.  See
http://code.google.com/p/gdata-java-client/wiki/Dependencies for list of dependencies
for this library.

你可能感兴趣的:(java,thread,Google)