java.lang.ClassNotFoundException using google commons
Posted
by pie154
on Stack Overflow
See other posts from Stack Overflow
or by pie154
Published on 2010-03-16T13:40:02Z
Indexed on
2010/03/17
18:11 UTC
Read the original article
Hit count: 401
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.
© Stack Overflow or respective owner