The Attach API is a Sun Microsystems extension that provides a mechanism to attach to a JavaTM virtual machine. A tool written in the Java Language, uses this API to attach to a target virtual machine and load its tool agent into that virtual machine.
2
votes
0answers
59 views
How to attach a a Java agent to an already running VM instance
I am trying to attach a Java agent to a running Java instance using the attach API. The problem I am getting is when I check a process id of an already running Java process in Windows Task Manager and ...
4
votes
2answers
92 views
Error while using Attach Api
While using attach API in Eclipse error is thrown in console.
In order to use attach API I went to installed JRE in eclipse and then using edit option included the tools.jar in the external jars ...