java.lang.ClassNotFoundException using google commons
- by pie154
I have two classes inside a package. Both call a method from another class, one works perfectly fine and the other gives the error java.lang.ClassNotFoundException
and the error
java.lang.NoClassDefFoundError: com/google/common/base/Predicate
The class path should be the same for both as they are in he same package so I can't figure out why one has access to the class and the other doesn't?
thanks in advance for any help given.