Jar Decompiler
You give .jar (or directly a .class) file(s), you get a .zip file containing all your Java classes (or directly the .java file)!
How to use it:
- You can browse for a .jar or .class file
- Or you can Drag and Drop .jar or .class file(s) to the applet
For each <path/to/the/java/archive>.jar file:
- The .zip file containing the decompiled .java files is automatically saved to <path/to/the/java/archive_src>.zip
- The .zip file is automatically opened with your favorite editor if any
For each <path/to/the/java/class/file>.class file:
- The .class file is automatically decompiled and saved to <path/to/the/java/class/file>.java
- The .java file is automatically opened with your favorite editor if any