I have a blackberry app that I am trying to deploy OTA (over the air).
I have set the MIME type on my server to be:
cod application/vnd.rim.cod
jad text/vnd.sun.j2me.app-descriptor
jar application/java-archive
When I access the JAD file on my web-server through the BlackBerry Browser, I get the message
Unsupported Media Type
and then a prompt to download the JAD. How can I resolve this?