Java SecurityException: signer information does not match

后端 未结 18 2708
迷失自我
迷失自我 2020-11-22 12:56

I recompiled my classes as usual, and suddenly got the following error message. Why? How can I fix it?

java.lang.SecurityException: class \"Chinese_English_D         


        
18条回答
  •  无人及你
    2020-11-22 13:58

    I am having this problem with Eclipse and JUnit 5. My solution is inspired by the previous answer by user2066936 It is to reconfig the ordering of the import libraries:

    1. Right click the project.
    2. Open [Java Build Path].
    3. Click Order and Export.
    4. Then push JUNIT to upper priority.

提交回复
热议问题