As follow of this thread: Resource to url java I need to edit the .class inside of the .jar . I manage to read the class file with jd-gui I can't change the text of the class file. Is there a simple way to change the line mentioned in the thread ?
Asked
Active
Viewed 56 times
0
-
1A simple way? I mean, you can always decompile, edit, recompile, and re-package. If you're asking about modifying classes on load it's harder. – Dave Newton Sep 04 '17 at 12:47
-
yes totaly that – TheStaticTurtle Sep 04 '17 at 12:52