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.
Asked
Active
Viewed 189 times
-3
-
2You might want to Google It. – gprathour Dec 16 '14 at 11:00
-
You have to be more specific! Like on what OS? etc. – eliasah Dec 16 '14 at 11:00
-
Do you have a java-agent you want to use? In that case consult its documentation. Otherwise, why bother? – Holger Dec 16 '14 at 12:08
1 Answers
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