馬老師企業(yè)級shiro
import com.sun.tools.attach.VirtualMachine;public class Attacher {
? ?public static void main(String[] args)
? ? ? ? ? ?throws AttachNotSupportedException, IOException, AgentLoadException, AgentInitializationException {
? ? ? ?// 傳入目標 JVM pid
? ? ? ?VirtualMachine vm = VirtualMachine.attach("39333");
? ? ? ?vm.loadAgent("/Users/zen/operation_server_jar/operation-server.jar");
? ?}}
標簽: