您要查找的是不是:
- Is the most common type of class loading exception. 是最常见的类别载入异常类型。
- Is a special class load exception. 是特殊的类加载异常。
- Command line prints a trace of the class loading process. 会打印类装入过程的跟踪记录。
- The class loading component is fundamental to the Java virtual machine. 类别载入元件是Java虚拟机器的基础。
- The previous section introduced the fundamental principles of class loading. 前面一节介绍了类别载入的基本原则。
- Allows users to control class loading and mandate what class to load. 允许用户控制类加载并指定要加载的类。
- It is part of the JarIndex implementation and used by class loaders to speed up the class loading process. 它是JarIndex实现的一部分,并由类装载器用于加速类装载过程。
- Therefore, a thorough understanding of each phase helps in the diagnosing of class loading problems. 所以,对于每一阶段的深入理解有助于对类别载入问题的诊断。
- In this article, you learned about some of the more intricate problems that can occur in class loading. 在这篇文章中,学习了一些在类别载入中可能发生的更复杂的问题。
- This exception is thrown during the verification stage of the linking phase of class loading. 这个异常是在类别载入的连结阶段的校验过程中抛出。
- If you want to avoid such problems, you need to understand the fundamental mechanics of class loading. 如果想避免这类问题,需要理解类别载入的基本机制。
- This section describes the core concepts of class loading to provide a knowledge base for the rest of this series. 这一节描述类别载入的核心概念,为系列剩下的部分提供知识基础。
- The key point here is that class loading is controlled by Eclipse and each plug-in has its own classloader. 在此关键的一点是类装载由Eclipse控制,并且每个插件拥有自己的类装载器。
- Because these methods are marked as native, the CLR automatically provides the implementation at class load time. 因为这些方法被标记为本机的,所以CLR在类加载时自动提供该实现。
- IBM Verbose Class Loading output shows the class loaders that attempt to load the specified class and the locations in which they look. IBM详细类别载入的输出显示了要载入指定类别的类别载入器以及它们寻找的位置。
- This article, the second in a series of four, looks at the various class loading exceptions typically thrown when running applications. 本文是系列中四篇文章的第二篇,它考察了一般在执行应用程式时抛出的各种类别载入异常。
- This command is useful for continuing a program when a class load event, exception, or breakpoint stops the debugger. 此命令对于在类加载事件、异常或断点停止调试器时继续程序很有用。
- The first section of this introductory article describes the fundamentals of class loading; the second introduces some JVM debugging features. 这份介绍性的文章的第一节描述类装入的基础;第二节介绍一些JVM调试特性。
- This four-part article series examines Java class loading to help application developers understand and debug problems they may encounter. 这个四部分构成的文章系列研究Java的类别载入问题,帮助应用程式开发人员理解和除错可能遇到的问题。
- No matter what kind of class loader you re using, however, there are many problems that can occur in the class loading process. 但是,不论使用哪种类载入器,在类别载入过程中都可能发生许多问题。