Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4373577

logging: class loading should use system class loader

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.4.0
    • core-libs
    • None
    • beta
    • x86
    • windows_nt
    • Verified


      When the LogManager loads classes such as Handlers or configuration classes,
      it currently uses Class.forName(). This means that all the loaded classes
      must be on the boot classpath.

      So to add a new handler class or to add a configuration class, a
      customer has to modify the boot classpath, which is pretty undesirable.

      The LogManager should instead use the system class path.


      graham.hamilton@Eng 2000-09-24

            ghamiltosunw Graham Hamilton (Inactive)
            ghamiltosunw Graham Hamilton (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: