You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/tutorials/katacoda/command-mc-redefine-cn/mc.md

257 B

Memory Compiler/内存编译器,编译.java文件生成.class

可以通过-c/--classLoaderClass参数指定classloader-d参数指定输出目录

编译生成.class文件之后,可以结合redefine命令实现热更新代码。