Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The container class loader contains: JRE + /conf + /lib/*.jar + /lib/optional/*.jar.

The components are libraries class loaders are defined in the JBI spec and contain the jars referenced in the jbi descriptor. These class loaders can use a parent-first (default) or self-first delegation: when a class is loaded, the class loader will first ask its parent(s), or will first load the class from its referenced jars.

...