WAS v8.5 > Administer applications and their environment > Administer the Liberty profile > Administer the Liberty profile manually

Configure class loaders and libraries


Overview

By default Java EE applications load...

If we override the default settings, we cannot deploy the application by dropping it into the "dropins" directory.


Configure class loading

  1. Use a Java library
  2. Share a library across applications
  3. Provide global libraries
  4. Access third-party APIs
  5. Remove access to third-party APIs
  6. Override a provided API with an alternative version


Parent topic: Administer the Liberty profile manually


Related

Define a utility project as a shared library
Set a web project to use shared libraries