Tuesday, February 23, 2016

NoClassDefFoundError - classloaders in Java


Key concepts

  1. There is a hierarchy of classloaders
  2. Class loader may delegate to its parent
  3. Parent may load class
  4. If none of loaders loaded the class -> NoClassDefFoundError