Surefire Maven plugin: “Corrupted STDOUT by directly writing to native stream in forked JVM”

前端 未结 7 1607
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-01 01:23

My JUnit tests are failing when running them through Maven and the Surefire plugin (version information below). I see the error message:

Corrupted STDOUT by direc         


        
相关标签:
7条回答
  • 2021-02-01 01:55

    The error is due to JRE incompatibility. Lower the version of JRE to 7 or 8.

    0 讨论(0)
提交回复
热议问题