JCI ReloadingClassLoader

Does anyone have any experience using the ReloadingClassLoader API Apache Commons JCI?

The only use case can be found on the following page: http://commons.apache.org/jci/usage.html

I assume that whenever a directory or jar changes, it automatically reloads the classes inside the loader class?

If so, will you need to load / create an instance of a previously loaded / created instance of the class (again calling loadClass ()) in order to use the newly modified class? It is right?

Hope this is clear.

+5
source share

All Articles