Eclipse JUnit - possible causes of seeing “initializationError” in Eclipse window

后端 未结 25 1293
情深已故
情深已故 2020-12-13 12:35

I know this question is pretty general but I haven\'t found any hints on why this error may show up. What are possible causes of seeing initalizationError in Eclips

25条回答
  •  攒了一身酷
    2020-12-13 12:43

    I had the same problem, the solution for me is the following.

    I had only install the junit.jar file from the web, but this library related with the hacrest-core.jar When I downloaded the hacrest-core.jar file and added it in my project everything works fine.

提交回复
热议问题