You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当前目录不能有空格,否则可能会报:
com.sun.tools.attach.AgentLoadException: Agent JAR not found or no Agent-Class attribute
at sun.tools.attach.HotSpotVirtualMachine.loadAgent(HotSpotVirtualMachine.java:99)
at net.rebeyond.memshell.Attach.main(Attach.java:50)
比如”New folder“就会被转成“New%20folder”,从而找不到agent.jar。
其他字符没测。
The text was updated successfully, but these errors were encountered:
当前目录不能有空格,否则可能会报:
com.sun.tools.attach.AgentLoadException: Agent JAR not found or no Agent-Class attribute
at sun.tools.attach.HotSpotVirtualMachine.loadAgent(HotSpotVirtualMachine.java:99)
at net.rebeyond.memshell.Attach.main(Attach.java:50)
比如”New folder“就会被转成“New%20folder”,从而找不到agent.jar。
其他字符没测。
The text was updated successfully, but these errors were encountered: