views:

2137

answers:

2

Hi,
I am creating a fairly simple Java client that connects to my account and gets all the events. Here I am getting an exception saying :

java.lang.ClassNotFoundException: com.google.common.collect.Maps

Could anyone tell me which JAR am I missing and moreover where to download it from?

Thanks,
- Ashish

+2  A: 

Google collections

Robert Munteanu
A: 

Hi Ashish,

Did you try importing google-collect-1.0-rc1.jar? It can be found at (in the source tree) : http://code.google.com/p/gdata-java-client/source/browse/#svn/trunk/java/deps

Thanks, Renu