java-decompiler / jd-gui

A standalone Java Decompiler GUI
GNU General Public License v3.0
14.03k stars 2.39k forks source link

Feature request: Open file system folder #292

Open watery opened 4 years ago

watery commented 4 years ago

I'm inspecting an EAR application, whose folders contains several files (JSP, CSS, HTML, etc.) among .class ones.

If I drag&drop the application server uncompressed folder in JD, nothing happens. If I compress the whole directory to a .zip file, then drop the latter, JD correctly decompiles and links every java class.

cddjr commented 4 years ago

PR #294, pls try it

watery commented 2 years ago

Uh, missed that. Any chance to have a binary for Windows?