I am new to java. I am trying to decompile the standard jar file(adall.jar) from where I am trying to load my custom jar.
I am able to decompile jar and also able to make the code changes. but when I try to compile it back it could not compile due to some error, these errors occurs due to stripped or replaced variable name.
I tried Krakatau, JD-Core and Procyon but unable to recompile back and create a jar. using Krakatau I was able to introduce the code but that did not worked successfully. have anybody tried similar thing?