Extract source code from .jar file

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

    -Covert .jar file to .zip (In windows just change the extension) -Unzip the .zip folder -You will get complete .java files

提交回复
热议问题