Skip to content

Onoffswitch.net

  • About
  • License

Tag: runtime

Plugin class loaders are hard

December 12, 2015

Plugin based systems are really common. Jenkins, Jira, wordpress, whatever. Recently I built a plugin workflow for a system at work and have been mired in the joys of the class loader. For the uninitiated, a class in Java is identified uniquely by the class loader instance it is created from as well as its fully qualified class name.… Read the rest

Posted in CodeTagged asm, classloader, java, osgi, plugin, runtime
© 2019 Onoffswitch.net • Slightly Theme by Nick Ciliak.