I'm using the Bloom filter and Funnel classes in Guava. Rather than adding the JARs individually, I added a dependency on Guava using Maven.
When I used the Bloom filter class originally, it had no issues. But when I started using the Funnel class (in the same file with the same dependency section, classpath, etc.) I get the errors
java.lang.NoClassDefFoundError: com/google/common/hash/Funnels
and
java.lang.ClassNotFoundException.