ProGuard breaks Java application - no text, no images
Posted
by
jocull
on Stack Overflow
See other posts from Stack Overflow
or by jocull
Published on 2011-02-11T02:42:56Z
Indexed on
2011/02/11
7:25 UTC
Read the original article
Hit count: 242
I'm trying to use ProGuard to obfuscate a Java application. I'm experiencing a problem where all of my text and images disappear from the GUI (Swing) forms. I've tried disabling optimizations and including more libraries, but nothing seems to be working.
I've inspected the output generated by the obfuscator with a decompiler, and my resource paths seem to still be correct.
- Do I need to be including more core Java libraries outside of jre/lib/rt.jar?
- Are there more settings I should disable?
- ...other suggestions?
Thanks.
© Stack Overflow or respective owner