Google Calendar API: java.lang.ClassNotFoundException: com.google.common.collect.Maps

Vini picture Vini · Jun 17, 2009 · Viewed 34.4k times · Source

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?

Answer

Robert Munteanu picture Robert Munteanu · Jun 17, 2009

Google collections, now known as Guava.