Java Attach API: changing java.library.path dynamically

后端 未结 3 1667
滥情空心
滥情空心 2020-12-09 10:37

When using the com.sun.tools.attach API on my Windows machine, I get the following error when making a call to

VirtualMachine.list()

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 11:27

    Just found a link that might answer your question

    "The java.library.path is read only once when the JVM starts up. If you change this property using System.setProperty, it won't make any difference."

    http://fahdshariff.blogspot.jp/2011/08/changing-java-library-path-at-runtime.html

提交回复
热议问题