I have my J2me application that have 880KB
size. I have to run this jar file in multiple phones. Some phones have shown the exceptions given below while clicking jar file.
These are
Java Error. Content Size too Large.
item not supported.
As far as I know, java memory and phone memory are different things. So, we must have sufficient java memory space to run my application.
Work on this checklist:
add these into your webserver's config: AddType text/vnd.sun.j2me.app-descriptor jad AddType application/java-archive jar Hopefully that should cover mobile phone related binary package out there