多个单例对象被不同的类加载器同时加载。
Multiple singletons simultaneously loaded by different class loaders.
您控制了父-子、子-父委托的类加载器。
You control the classloader for parent-child child-parent delegation.
展示JIT编译、类加载器信息和垃圾收集的图形。
Graph showing JIT compilations, class loader information, and garbage collection.
修改类加载器结构应该使应用程序能够成功迁移。
Modifying the classloader structure should allow the application to migrate successfully.
这些库的版本和类加载器对于每个平台都是不同的。
The versions of these libraries and the class loaders are different for each platform.
类加载器实例加载的类由加载器的名称空间和类名惟一标识。
A class loaded by a class loader instance is uniquely identified by that class loaders namespace and the class name.
要使用动态的类加载器的话,我们首先必须创建它们。
To make use of dynamic classloaders we must first create them.
类加载器的父类加载器将是当前线程上下文的类加载器。
The parent of this class loader will be the class loader of the current thread context.
类加载器有一个十分严格的安全管理器来限制恶意调用。
The class loader has a fairly tight security manager in place that restricts malicious calls.
更新上个月的代码以使用自定义类加载器方法是很容易的。
Updating the code from last month to use the custom classloader approach is easy.
这里我们使用应用程序名作为类加载器的名称,以避免重复。
Each EAR application should have a unique string name for the class loader. Here, we use the application name in the class loader name to avoid repetition.
可以设置使用不同的war类加载器来加载不同版本的Web组件类。
Each version of the Web component classes can be configured to be loaded with a different WAR class loader.
您必须使EJB远程接口的客户端类对应用程序类加载器可用。
You must make the client classes of the EJB remote interfaces available to the Web application class loader. This can be done in two ways.
然后选择创建的类加载器并单击libraries链接。
Then select the created classloader and click the libraries link.
第一种方法是在出现大量类加载器时鼓励进行额外的保留区收集。
The first is to encourage additional tenure collections in the presence of large amounts of class loaders.
它还展示了类加载器信息——再说一遍,这很简单,因为应用程序太简单了。
It also shows class loader information — again, this is simple because the application is so simple.
例如,假设您有一个名为MyClassLoader的类加载器。
For example, suppose you have a class loader called MyClassLoader.
当类加载器存在一个层次结构时,根类加载器(即引导类加载器)将首先尝试加载类。
When there is a hierarchy of class loaders, the root class loader, which is the bootstrap class loader, attempts to load the class first.
同样,不能加载这些JAR文件的多个版本,因为类都位于系统类加载器名称空间中。
Also, you will not be able load multiple versions of these JAR files as the classes will all be in the system class loaders namespace.
如果类加载器几乎没有定义任何的类实例,那么这个类加载器很可能是空闲的。
If next to no instances of classes are defined by a classloader, then it is likely that the classloader is idle.
当应用程序重启但它们的类加载器没有清理时,将发生应用程序类加载器泄露。
An application class loader leak occurs when applications are restarted but their class loaders are not cleaned up.
插件的类加载器(classloader)负责在它的库中解析对类的引用。
It is the responsibility of a plug-in's classloader to resolve references to classes within its libraries.
模块1的特定于模块的类加载器找到对另一个模块(公共对象库)的引用并加载那个模块。
The module-specific class loader for module 1 finds a reference to another module (the common objects library) and loads that module.
这里,我们使用反射的原因是因为我们已经使用非系统类加载器加载了应用程序。
Here, we use reflection because we have loaded the application using a class loader that is not the system class loader.
数据文件必须位于模拟Customer项目中,以便可以从类加载器中加载它们。
The data files must be located in the mock Customer project so that they can be picked up from the class loader.
真正的实现可能需要其他自定义类加载器,该加载器将搜索为编译提供的某些类路径。
A real implementation may need another custom class loader that would search through some classpath provided just for the compilation.
JSP引擎的类加载器知道当所有的 JSP 类都在同一个包中时该如何加载它们。
The JSP engine's classloader knows how to load JSP classes when they are all in the same package.
您可以选择报告中的类加载器进行深入的分析,以便打开一个新的类加载器特有的组件报告。
You analyse further by selecting one of the classloaders in the report to open a new classloader-specific component report.
注意我是如何使用自定义的类加载器访问这个类的,该加载器按照请求加载编译后的字节码。
Notice how I access the class from a custom class loader, which loads the compiled bytecodes upon request.
在部署阶段,类加载冲突通过对不同的企业应用程序模块使用不同的应用程序类加载器得以解决。
While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.
应用推荐