-3

I would like to know how to use java agent and how to install java agent. I handle for the first time java agent. So they are not familiar. So please explain in detail.

유제이
  • 13
  • 4

1 Answers1

2

Presuming that you actually mean agents as in instrumentation, check this tutorial:

http://www.javabeat.net/introduction-to-java-agents/

it will give you a quick start in writing your first agents and set up everything you need to get started.

Just on a side note: if you want specific, detailed answers, ask specific, detailed questions.

Erik Schmiegelow
  • 2,739
  • 1
  • 18
  • 22