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.
- So, please tell me the reason to this problem and also let me know if there is any way to find Available memory space for JAVA.
- How to find if the phone is java enabled or not?
- I would like to know whether 880 Kb jar file is normal size or not?