Introduction - If you have any usage issues, please Google them yourself
The simple experimental realization of class loader of run-time-replacement.
You need to pay attention to that HelloMain.java defines the path of replacement to know much about JVM.
The main realization method is rewriting the findclass and the loadclass.