文件名称:ClassLoader
介绍说明--下载内容均来自于网络,请自行研究使用
实现类加载器的热替换的简单实验,有助于了解JVM。
HelloMain中定义了热替换的路径,需要注意。
主要实现方法为对findclass和loadclass的重写。-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.
HelloMain中定义了热替换的路径,需要注意。
主要实现方法为对findclass和loadclass的重写。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ClassLoader\.classpath
...........\.project
...........\.settings\org.eclipse.jdt.core.prefs
...........\bin\com\classloader\HelloMain.class
...........\...\...\...........\MyClassLoader.class
...........\...\...\...........\Worker.class
...........\src\com\classloader\HelloMain.java
...........\...\...\...........\MyClassLoader.java
...........\...\...\...........\Worker.java
...........\bin\com\classloader
...........\src\com\classloader
...........\bin\com
...........\src\com
...........\.settings
...........\bin
...........\src
ClassLoader