我在intellij的corda 4中运行单元测试,但收到此错误。
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
答案 0 :(得分:1)
认为该路径可能是错误的,无法找到quasar.jar。在quasar.jar和-dco.parallel之间也应该有一个空格。...尝试使用绝对路径代替。
答案 1 :(得分:0)
我碰巧还发现[lib / quasar.jar]的错误路径是什么,它指向了主项目路径并且有效。 The full path to the jar in my IDE run config in this image.