Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
on 04-13-2015 09:42 AM - edited on 11-19-2018 01:46 PM by Nina.Wolinsky
Java Web Start software allows you to download and run Java applications from the web and is included in the Java Runtime Environment (JRE) since release of Java 5.0. Java Web Start applications are launched by using the Java Network Launch Protocol (JNLP).
To attach the Java Agent, use one of the following approaches:
javaws -J-javaagent:<agent-install-dir>\javaagent.jar <jnlp file>
set JAVA_HOME=C:\Program Files\Java\jre7
set JAVA_TOOL_OPTIONS=-javaagent:<agent-install-dir>\javaagent. jar<JAVA_HOME>\bin\javaws.exe <jnlp file>
grant codeBase "file:${jnlpx.home}/javaws.jar" {
permission java.security.AllPermission;
};
grant {
permission java.security.AllPermission;
};
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form