- priority: 5 --> 1
- assigned_to: nobody --> lafortune
- status: open --> closed-duplicate
I'm developing J2ME applications on Eclipse and looks like
i've found a limitation on the number of classes
supported by the Proguard: 28 (A-Z, including the inner
classes). The application used to run without problems
until now, but the number of classes has grown and now
I receive a NoClassDefFoundError. I've tried to add some
dummy classes to verify this problem, and when I open
the obfuscated jar file it still contains 28 classes (a non-
obfuscated contains 33).
Is there any workaround on this? All the classes in the
obfuscated jar are on /, and not on the subdirectories
they should be. Is this also correct?