Extract source code from .jar file

后端 未结 11 983
名媛妹妹
名媛妹妹 2020-11-28 17:42

Is there a way to extract the source code from an executable .jar file (Java ME)?

11条回答
  •  粉色の甜心
    2020-11-28 18:20

    Above tools extract the jar. Also there are certain other tools and commands to extract the jar. But AFAIK you cant get the java code in case code has been obfuscated.

提交回复
热议问题