How to load a java lib to a running application dynamically?
I would like to add a dynamic lib (a jar file), so it is loaded.
For example, the program works well, however when the user tries to invoke specific functionality which needs logic present in the external lib, an exception is thrown:
Java.lang.NoClassDefFoundError: Could not initialize class...