Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
Hey there,
not sure, if this is the right place for my question. I'm currently working on a launcher for my java-app. This launcher loads a jarFile with your JavaClassLoader and starts the main app. Now, I want to update this jarFile, but it is locked (maybe by the ClassLoader?).
Is there a possibility to unload the whole jarFile to replace it with a newer one?
Hey there, not sure, if this is the right place for my question. I'm currently working on a launcher for my java-app. This launcher loads a jarFile with your JavaClassLoader and starts the main app. Now, I want to update this jarFile, but it is locked (maybe by the ClassLoader?). Is there a possibility to unload the whole jarFile to replace it with a newer one?
Greetings from Germany Fabian