Thursday, 19 September 2013

How to monkeypatch a .class file in a jar

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