Java – Extract source code from .jar file

decompilingjarjavajava-me

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

Best Answer

Use JD GUI. Open the application, drag and drop your JAR file into it.