when i try to download midlets i receive message that the file is not valid.what that it means.
when i try to download midlets i receive message that the file is not valid.what that it means.
Hi dinje,
try to set MIME types in your www server where do you host your JAD and JAR files :
1) application/java-archive
- this one is for JAR files
2) text/vnd.sun.j2me.app-descriptor
- this one is for JAD files
It could also mean that the size of your midlet is too large.
6610 can't handle midlets larger then 64KB, and your wap gateway may have a limit below that still, though that would give another error message I think.