Kuebiko
More a diary than a blog. Move along nothing to see here.
Tuesday, February 23, 2016
NoClassDefFoundError - classloaders in Java
Key concepts
There is a hierarchy of classloaders
Class loader may delegate to its parent
Parent may load class
If none of loaders loaded the class -> NoClassDefFoundError
‹
›
Home
View web version