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 got after I updated your command line for windows proclivities.
C:\Users\prubin.INGRNET>"C:\Program Files\Java\jdk-11.0.1\bin\java.exe" -javaagent:\Users\prubin.INGRNET\Downloads\AppServerAgent-4.5.6.24621\javaagent.jar -version Java 9 detected, booting with Java9Util enabled. ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Full Agent Registration Info Resolver using selfService [true] Full Agent Registration Info Resolver using selfService [true] Full Agent Registration Info Resolver using application name [Xalt] Full Agent Registration Info Resolver using tier name [Development] Full Agent Registration Info Resolver using node name [PaulLaptop] Install Directory resolved to[\Users\prubin.INGRNET\Downloads\AppServerAgent-4.5.6.24621] getBootstrapResource not available on ClassLoader ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. [Thread-0] Thu Jan 17 09:55:48 EST 2019[DEBUG]: AgentInstallManager - Full Agent Registration Info Resolver is running [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using selfService [true] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using selfService [true] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using application name [Xalt] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using tier name [Development] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using node name [PaulLaptop] [Thread-0] Thu Jan 17 09:55:48 EST 2019[DEBUG]: AgentInstallManager - Full Agent Registration Info Resolver finished running [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: AgentInstallManager - Agent runtime directory set to [C:\Users\prubin.INGRNET\Downloads\AppServerAgent-4.5.6.24621\ver4.5.6.24621] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: AgentInstallManager - Agent node directory set to [PaulLaptop] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: JavaAgent - Using Java Agent Version [Server Agent #4.5.6.24621 v4.5.6 GA compatible with 4.4.1.0 raf81793cc22ae29fd0fc9344ea0f99d8ac63dc68 master] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: JavaAgent - Running IBM Java Agent [No] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: JavaAgent - Java Agent Directory [C:\Users\prubin.INGRNET\Downloads\AppServerAgent-4.5.6.24621\ver4.5.6.24621] [Thread-0] Thu Jan 17 09:55:48 EST 2019[INFO]: JavaAgent - Java Agent AppAgent directory [C:\Users\prubin.INGRNET\Downloads\AppServerAgent-4.5.6.24621\ver4.5.6.24621] 2019-01-17 09:55:48,837 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory. Running obfuscated agent getBootstrapResource not available on ClassLoader Registered app server agent with Node ID[32982279] Component ID[138991] Application ID [87648] Started AppDynamics Java Agent Successfully. java version "11.0.1" 2018-10-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
... View more