Extract source code from .jar file
问题 Is there a way to extract the source code from an executable .jar file (Java ME)? 回答1: Use JD GUI. Open the application, drag and drop your JAR file into it. 回答2: You can extract a jar file with the command : jar xf filename.jar References : Oracle's JAR documentation 回答3: I believe this can be done very easily. You can always extract the source files (Java files) of a jar file into a zip. Steps to get sources of a jar file as a zip : Download JAD from http://techieme.in/resources-needed/ and