An open API service indexing awesome lists of open source software.

https://github.com/radarsh/decompile

Recursive Java Decompiler
https://github.com/radarsh/decompile

Last synced: 20 days ago
JSON representation

Recursive Java Decompiler

Awesome Lists containing this project

README

          

decompile - Recursive Java Decompiler
=====================================

## Instructions

1. Place .class files in nested directory hierarchy within the `classes` folder
2. Make sure the `src` folder is empty
3. Place the decompile directory in a path that doesn't contain spaces, such as `D:\decompile`
4. Run `decompile.bat`
5. Expect the .java files inside `src` folder in the same directory structure as the respective .class files