2010-01-24 5 views

답변

2

당신이 방법을 사용할 수 있습니다

* @param agent 
    *   Path to the JAR file containing the agent. 
    * 
    * @param options 
    *   The options to provide to the agent's <code>agentmain</code> 
    *   method (can be <code>null</code>). 

    com.sun.tools.attach.VirtualMachine.loadAgent(String agent, String options) 

$ {java.home}에서 /../ lib 디렉토리/tools.jar를

+0

하지만 JVMTI 에이전트는 네이티브 라이브러리가 될 것입니다 ... 어떻게 jar 파일 수 JVMTI 에이전트가 포함되어 있습니까? – sandeep

+0

잘 모르겠습니다. 나는이 방법을 테스트에 사용했다. –