J2me
I write a midlet but its jar size is 220 kb. how could i run the midlet in small memory or load them in a mobilephone that does not support more than 64 kb. is there a way to split the classes in different jars and call them as required
[243 byte] By [
Shourovea] at [2007-11-26 16:03:09]

# 1
You can use Obfuscator, to shrink the size of input jar file. Hope every useful class is put in your library, if not you can selectively remove classes which are not used. Obfuscator is available in http://proguard.sourceforge.net.