Storyyeller / Krakatau

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

Why do I keep getting stupid ClassNotFound exception? #33

Closed yolapop closed 10 years ago

yolapop commented 10 years ago

Seriously this has infuriated me for hours. Help, please.

Please give me an example of how this works. Sometimes I get it works but it gives AssertionError.

Storyyeller commented 10 years ago

If you're getting a class not found exception, that means one of the classes the jar references wasn't found. The error message tells you which class is missing. You can solve that by passing the required libraries with -path.

As for assertion errors, you'd obviously need to post the error message for me to be able to tell you anything. Be sure to also post how you are invoking it, your directory setup, etc.