Trying to start the agent in the
org.zeroturnaround.exec.ProcessExecutor - Executing [C:\Program Files\Java\jdk-9.0.1\bin\java, -classpath, C:\Users\w\AppData\Local\Temp\13732@DESKTOP-RLC0TBQ\de.invesdwin.instrument.internal.DynamicInstrumentationLoadAgentMain.jar, de.invesdwin.instrument.internal.DynamicInstrumentationLoadAgentMain, 13732, C:\Users\w\AppData\Local\Temp\13732@DESKTOP-RLC0TBQ\de.invesdwin.instrument.internal.DynamicInstrumentationAgent.jar].
Using jdk 9.
It seems pretty clear to me that no where in the code is the javassist jar being added to the agent jar that is trying to attach to my process and you can that the process executor isnt adding it to the classpath.
Wanted to add it to the lib/ext directory... that's out with jdk 9.
Not sure if Im just ddoing something stup or not. Any ideas?
Thanks
Bill