How to monkeypatch a .class file in a jar
I have a jar file that cannot be modified, but I want to use a different
.class file in place of one of the members of the jar. How can I tell Java
to use the external .class file when the code within the jar attempts to
load it?
No comments:
Post a Comment