I\'m trying to run JUnit4 test cases on Eclipse 3.4.2 but it\'s not even starting for me. I have the junit-4.7.jar in my build path and the test application.
Here i
I encountered a similar problem but I am using Python. This is what I did to solve/avoid it:
The problem seemed to be in the .project file where there were some references to CDT Builder and were not there in the new .project file.