Reload Plugin Classes

Is it possible to reload the classes for a plugin?

It seems that classes are not reloaded when I delete a plugin and then upload it again from the admin console.

Hi Andy,

as far as I can tell the classes are completely unloaded when removing a plugin unless the plugin keeps references which avoid the class unloading. You could attach JConsole to the JVM and monitor the unloading of classes if you want to verify that the classes are unloaded and then reloaded

LG