I\'m trying to run my junit test (to verify that a properties file loads correctly) but I get ClassNotFoundException although the class is there and all requir
ClassNotFoundException
If you have a maven project try to run:
mvn clean compile
and then in eclipse clean & build your project.