It's possible to add modified classes to a jar file manually, but to make it simple I want to do it on runtime.
Lets put it this way:
JAR_A.jar - contains A.class and B.class
JAR_B.jar - contains modified version of B.class
Instead of adding the modified B.class manually with an archive manager I want to accomplish the same on runtime.