Vishal 23 - 2018-01-16

Hello,

I would like to do code coverage of big java application, where around 500 jars file exists. Facing issue now. Can someone help me for this:
Mode: Offline Instrumentation
After executing below command, throwing this exception:
command: java -cp emma.jar emma instr -m overwrite -cp app1.jar

Error:
Exception in thread "main" com.vladium.emma.EMMARuntimeException: unexpected fai lure: at com.vladium.emma.Command.exit(Command.java:237) at com.vladium.emma.instr.instrCommand.run(instrCommand.java:178)

Thanks,
Vishal