intoolswetrust / jd-cli

Command line Java Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not decompile inner classes

m0skit0 opened this issue · comments

When selecting a folder for decompilation, there's no output for inner classes, e.g MyClass$MyInnerClass.class. Renaming the classes to remove the $ character solves the problem.

Have you used the 1.0.1 version? The 1.0.0 had the problem and it should be fixed in 1.0.1.

Sorry for the late reply. Yes, I'm using 1.0.1, also the only version I used. I cannot reproduce now because I automated the renaming of any files with $ on them. I'm running on Windows 10, not sure if this might affect the decompilation.

A sample class/jar which caused you troubles would help. And also command line parameters used.

This should be resolved in version 1.2.0, therefore closing.
Feel free to reopen if you still hit the problem.