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
Another possible problem is a missing builder (it will prevent from your .class file from being built).
Check that your .project file has the following lines
org.eclipse.jdt.core.javabuilder org.eclipse.jdt.core.javanature