Working with Java ME I encountered the following problem:
All classes (including anonymous) in project transforms into separated files after the project building. This leads to an increase of application size as each individual file is not less than 1 kilobyte in the assembled package.
This problem is especially critical in J2ME where the application size is so critical.
My questions are:
- Is there a way to get around this problem?
- Is it possible to use the specific method for reducing the size of the application?