JUnit4 + Eclipse “An internal error occurred during Launching”

后端 未结 10 1607
深忆病人
深忆病人 2020-12-09 16:37

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

10条回答
  •  北荒
    北荒 (楼主)
    2020-12-09 17:36

    I encountered a similar problem but I am using Python. This is what I did to solve/avoid it:

    1. Removed my .project file and the project from Eclipse.
    2. Created the project again.
    3. Everything was working.

    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.

提交回复
热议问题