Application class loader的意思|示意
应用程序类装入器
Application class loader的网络常见释义
类加载器 应用程序类加载器(Application ClassLoader):也叫系统类加载器, 主要负责加载ClassPath路径上的类库,如果应用程序没有自定义自己类加载器,则这个就是默认的类加载器。
Application class loader相关例句
The application hangs because each thread owns a lock on one of the class loaders and wants the lock on the other class loader, as illustrated in the timeline diagram in Figure 2.
应用程序之所以挂起,是因为每个线程都拥有一个类装入器上的锁,并想得到另一个类装入器上的锁,如图2的时间线图所示。
To ensure that the Web application class loader picks up the portlet TLD files, you must also declare the portlet taglib directly, as shown in Listing 10.
为了确保 Web 应用程序类装入器获得 portlet TLD 文件,您还必须直接声明 portlet taglib,如清单 10 所示
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.
您必须使EJB远程接口的客户端类对应用程序类加载器可用。
For example, the selected class loader in Figure 5 now shows that it is the class loader for the PlantsByWebSphere Web application.
例如,图5中选中的类加载器显示它是PlantsByWebSphere web应用程序的类加载器。
While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.
在部署阶段,类加载冲突通过对不同的企业应用程序模块使用不同的应用程序类加载器得以解决。
These methods let the framework set the class loader to be used for each application while running code from that application.
这些方法允许该框架设置类装入器,使得在运行每个应用程序中的代码时可以将类装入器用于该应用程序。