i use proguard (support in mtj plugin) to obfuscate a project that has some third party jars but i gives me errors:
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
It seems that proguard look for the classes in JavaSE not JavaME. It only happens with projects that use third party jars :(
Thank you in advanced!