#How i can make jar files from decompiled jar using CMD or Python script?

7 messages · Page 1 of 1 (latest)

maiden topaz
jagged kestrelBOT
#

This post has been reserved for your question.

Hey @maiden topaz! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

dense vine
#

Just zip them. A jar is a zip

#

Wait, decompiled? In theory you can't.

#

I guess spend 5 years researching how to rewrite decompiled Java code into equivalent-to-original Java code, and then use your research and compile the result

rapid snow
#

Kyo-chan is right! Don't think it's a good idea to decompile java code to refactor the logic. If you are trying to alter an OpenSource project, usually you should be able to find the source code... otherwise you can try to extend the classes and alter the code via Inheritence... What are you trying to do though? I'm doing java for over 10 years don't think I ever had a need to decompile a jar for anything other than understanding what is going on inside one.