intoolswetrust / jd-cli

Command line Java Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not decompile inner jar files

reshampanth opened this issue · comments

I have a ear file with multiple jar files inside it. On using this tool, only the class files inside are decompiled, files inside inner jars are untouched

Yes, you're right. Archives are standard resources from the jd-cli point of view. If you have an idea of how to improve the behavior, feel free to send a pull request with the improvement.