findLoadedClass(String) 方法:如果当前类加载器被 JVM 记录为请求加载的类的初始类加载器(initiating class loader),那么就返回为该类创建的 Class 对象,否则返回 null。那么什么是初始类加载器(initiating class loader)呢?
基于12个网页-相关网页
加载类之后,静态初始化器首先运行,紧接着运行的是 main 方法(也是静态的)。
The static initializer runs first, as the class is loaded, followed by the main method (which is also static).
preload 扩展点允许 LPEX Editor 插件在初始化后记录所有声明客户机插件的类加载器。
The com.ibm.lpex.preload extension point allows the LPEX Editor plug-in to record, upon initialization, the class loaders of all declaring client plug-ins.
应用推荐