jsonde
jsonde copied to clipboard
Launching Jsonde java agent on JUnit test fails
Hi, I'm trying to launch jsonde agent on a test (JUni4) from Eclipse Juno, with the following arguments to the JVM: -javaagent:${JSONDE_PATH}/lib/jsonde.agent-1.0.0.jar=60001
but I get the following error:
Error opening zip file or JAR manifest missing : /[Path to Jsonde folder]/lib/jsonde.agent-1.0.0.jar Error occurred during initialization of VM agent library failed to init: instrument
Any hint?
Thanks.
Best regards.
Full path should be mentioned.
JAVA_OPTS="$JAVA_OPTS -javaagent:$CATALINA_HOME/lib/jsonde.agent-1.1.0.jar=60001"