classloader - How to unload an already loaded class in Java? -
this question has answer here:
- unloading classes in java? 7 answers
how unload class class loader, can use changed class on fly without restarting application (hot deployment)? possible that?
java rebel reloads changed classes on fly. see the jrebel website details. don't know recommend production environment though, because of performance issues. jrebel on occasion bogs things down momentarily when you've recompiled server.
Comments
Post a Comment