Class file loading method and system
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- KINGDEE SOFTWARE(CHINA) CO LTD
- Publication Date
- 2009-10-14
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of class loading, in particular to a method and system for loading class files. Background technique
[0002] Java-based large-scale enterprise software, such as java-based ERP (Enterprise Resource Planning, EnterpriseResource Planning) software, may have hundreds or thousands of jar files, and the components that need to be loaded may come from third-party systems. When starting and running such a software system At the same time, in order to improve the efficiency of starting and running the system and obtain good performance, it is necessary for the JVM (Java Virtual Machine, java virtual machine) to quickly search, locate and load related class (class) files and resource files.
[0003] The class loading of the Java virtual machine (JVM) is to load the bytecode contained in the class file into the JVM, but the class loader (classloader) is not loaded into the JVM intact, it is the class (class) file The content i...