java.lang.InternalError:目标VM中缺少仪器库

时间:2017-02-19 05:57:26

标签: java jvm internal

我正在使用API​​并遇到一个非常不寻常的错误,这个错误来自API本身:

Exception in thread "11748 - Development Toolkit" java.lang.InternalError: instrument library is missing in target VM
    at sun.tools.attach.HotSpotVirtualMachine.loadAgent(pp:36)
    at nul.IiiIIIiiiiii.for(xnb:206)
    at nul.IIiIiIiIIIII.run(cmb:31)
Caused by: com.sun.tools.attach.AgentLoadException: Failed to load agent library
    at sun.tools.attach.WindowsVirtualMachine.execute(sw:86)
    at sun.tools.attach.HotSpotVirtualMachine.loadAgentLibrary(pp:17)
    at sun.tools.attach.HotSpotVirtualMachine.loadAgentLibrary(pp:135)
    at sun.tools.attach.HotSpotVirtualMachine.loadAgent(pp:87)
    ... 2 more

不幸的是,由于API源已关闭且Google未在其上找到很多结果,因此我没有太多关于异常的上下文。然而,我的问题是这种错误发生的一般性质是什么,以及通常如何修复并在将来可能避免它。我在64位操作系统上使用32位虚拟机,如果有帮助的话,谢谢。

0 个答案:

没有答案