Load JARs & Java Classes dynamically
I was asked to build a java system that will have the ability to load new code (expansions) while running. How do I re-load a jar file while my code is running? Or how do I load a new jar?
I was asked to build a java system that will have the ability to load new code (expansions) while running. How do I re-load a jar file while my code is running? Or how do I load a new jar?