Troubleshooting

Decompilation Problems

Q1:Why does JAD complain that it can't decompile a class completely?
JAD can become confused in some cases, although not very often. If the original class contained inner classes, JAD must be able to locate the class files for the inner classes.
Q2:Why can't I compile my decompiled file?
Most of the time, there's something missing from your classpath. In rare cases, the compilation fails because the original class file contained code that wasn't generated by a normal Java compiler and violates some of the normal code generation rules.

Disassembly Problems

Q1:Why can't I reassemble my disassembled class file?
Most likely, the disassembler generated the file using a format that isn't compatible with your assembler. ...

Get Special Edition Using Java™ 2 Enterprise Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.