im trying to edit a jar file, add one or more classes to it and remove some line of code i dont need
HELP pleez
.jar files are compressed archives of binaries. You can't edit them. (You can unzip the classes, but they are still binaries.) Recompile the source code, with your changes, and produce a new .jar file.
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |