Showing posts with label com.google.common.collect.Sets. Show all posts
Showing posts with label com.google.common.collect.Sets. Show all posts

Wednesday, April 4, 2012

NoClassDefFoundError: com.google.common.collect.Sets


Error-
NoClassDefFoundError: "com.google.common.collect.Sets"

Solution-
Add guava-11.0.2.jar to WEB-INF/lib and add it to the build path.