I am trying to use the java agent to evaluate appdynamics. The agent will not start, where I expect to see the agent startup messages I see this:
Java 9 detected, booting with Java9Util enabled.Unable to locate appagent version to use - Java agent...
Yes with the slashes flipped the agent started no issue. FYI I cannot remove thoes quotes as that is generated by the eclise runtime not by me. I am now ready to start injecting business transactioins.
Thank you for your assistance. Until I ha...
Additional information: I reversed the slashes the same I had to do on the command line. This changed the results. Seems I just need to map the logging to the correct logging libraries.
Java 9 detected, booting with Java9Util enabled.ERROR Statu...
That command line is generated by eclipse to run internally. At my prior company we were app dynamics customers and on Java 1.8 and I regularly generated detailed custom metrics into app dynamics while runing inside eclipse.
Anyway here is what I...