Skip to content

gsidhwani-nr/sample-java-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample Java Agent

Only for demo purposes.

Sample Reference

Java Agent on SAP NetWeaver: Configure SAP NetWeaver to Use the Java Agent

Command to Run the Application

java -javaagent:aix-java-agent-test/target/aix-java-agent-test-1.0-SNAPSHOT.jar -cp "../SimpleApp/bin:." com.newrelic.labs.sample.SimpleApp

Notes

  • Ensure that the path to the Java agent JAR (aix-java-agent-test/target/aix-java-agent-test-1.0-SNAPSHOT.jar) is correct.
  • Adjust the classpath (`-cp "../SimpleApp/bin:.") to include all necessary directories and JAR files for your application.

About

Only for demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages