Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.97k stars 220 forks source link

Decompiling jar and unpacked jar is different #125

Closed lab313ru closed 6 years ago

lab313ru commented 6 years ago

When decompiling jar very often I have an exception about some classes absence. But when decompiling jar with -r option and by specifying unpacked jar dir, it finds every class.

Storyyeller commented 6 years ago

Could you give an example where this happens?

lab313ru commented 6 years ago

Sorry, my mistake. I should use -r option.