ClassLoader
基本解释
- 类加载器
英汉例句
- Java virtual machine(JVM) loads the classes by ClassLoader.
Java虚拟机(JVM)使用一个类装载器(ClassLoader)根据应用程序的需要载入所需的类。 - Object in your normal Java classes lets you dynamically execute Groovy scripts just as the classloader does.
对象嵌入普通Java类,可以像类加载器所做的那样动态执行Groovy脚本。 - The key point here is that class loading is controlled by Eclipse and each plug-in has its own classloader.
在此关键的一点是类装载由Eclipse控制,并且每个插件拥有自己的类装载器。 - When a JVM comes across an object whose class isn't known, it invokes a classloader.
当 JVM 遇到一个对象的类未知的时候,就会调用类装入器。 - Otherwise, your code will only work in simple command-line applications, when the system classloader is the last classloader created in the JVM.
前不久在帮朋友做那个企业应用平台时,对这方面的知识深入研究和学习了一下,遇到的最好的文档就是这篇文章了。