Uses of Class
com.sun.tools.attach.AgentLoadException
-
Packages that use AgentLoadException 软件包 描述 com.sun.tools.attach 提供附加到Java™虚拟机的API。 -
-
Uses of AgentLoadException in com.sun.tools.attach
Methods in com.sun.tools.attach that throw AgentLoadException 变量和类型 方法 描述 void
VirtualMachine. loadAgent(String agent)
加载代理。abstract void
VirtualMachine. loadAgent(String agent, String options)
加载代理。void
VirtualMachine. loadAgentLibrary(String agentLibrary)
加载代理库。abstract void
VirtualMachine. loadAgentLibrary(String agentLibrary, String options)
加载代理库。void
VirtualMachine. loadAgentPath(String agentPath)
按完整路径名加载本机代理库。abstract void
VirtualMachine. loadAgentPath(String agentPath, String options)
Load a native agent library by full pathname.
-