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
I tried all the answers described here but none worked, but found this thread where slomek solves the problem in a very easy manner. Just go to project -> properties --> java build path. Then move Junit to the top by hitting the up bottom to the right. Then everything compiles just fine.