草庐IT

HotswapAgent

全部标签

Javaagent 报告 "redefineClasses is not supported in this environment"

我是Java代理的新手。我创建了一个简单的HotswapAgent类(从Play!Framework中嗅探):publicclassHotswapAgent{staticInstrumentationinstrumentation;publicstaticbooleanenabled=false;publicstaticvoidpremain(StringagentArgs,Instrumentationinstrumentation){HotswapAgent.instrumentation=instrumentation;HotswapAgent.enabled=true;}pub