我在intellij的Corda4中运行我的单元测试,但是得到了这个错误。
Error opening zip file or JAR manifest missing : lib/quasar.jar-Dco.paralleluniverse.fibers.verifyInstrumentation
Error occurred during initialization of VMagent library failed to init: instrument

发布于 2019-03-31 22:27:36
我认为路径可能是错的,它找不到quasar.jar。在quasar.jar和-dco.parallel之间也应该有一个空格...请尝试使用绝对路径。
发布于 2019-04-02 13:27:10
我也发现这是lib/quasar.jar的错误路径,将它指向主项目路径,它就起作用了。The full path to the jar in my IDE run config in this image.
https://stackoverflow.com/questions/55440364
复制相似问题