Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 358
Vini Avatar asked Jun 17 '09 12:06

Vini


1 Answers

Google collections, now known as Guava.

like image 68
Robert Munteanu Avatar answered Nov 27 '22 15:11

Robert Munteanu