Eclipse fails to run JUnit tests in IDE

When I try to run JUnit tests in the Eclipse IDE (right click | Run | Junit test) it now fails with the following error. It used to work fine. Can anyone please tell me what I need to change?

Error: Could not find or load main class m
Caused by: java.lang.ClassNotFoundException: m

Working on core, I encounter the same error.