To get jacoco report, I added thie line tomcat's catalina.sh
JAVA_OPTS=”-javaagent:org.jacoco.agent-0.7.4.201502262128-runtime.jar”
But if I use not runtime, but normal agent like org.jacoco.agent-version.jar, is there any difference?
the letter "runtime.jar" says that project can use it in runtime.
but I understanding jacoco itself support runtime.
I confused.