Extract source code from .jar file

后端 未结 11 982
名媛妹妹
名媛妹妹 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

    suppose your JAR file is in C:\Documents and Settings\mmeher\Desktop\jar and the JAR file name is xx.jar, then write the below two commands in command prompt:

    1> cd C:\Documents and Settings\mmeher\Desktop\jar

    2> jar xf xx.jar

提交回复
热议问题