How can I read (load) the java class from jar file, add some code to the class and then put back to the jar? I need to write a script (a java code) which does all these thin
Extract -> Decompile -> Add code -> Create Jar