I have a JUnit test class in my project which is updated incrementally - I add tests every few weeks and sometimes modify the tests\' code.
Surprisingly, when I run
I had the same issue. It was due to a defective .classpath. Removing this .classpath and re-importing the project, generates a correct .classpath and fixed the environment.