content-type for BlackBerry OTA installation

半腔热情 提交于 2019-12-10 19:47:39

问题


For BlackBerry OTA installation what content-type should be used for jad and cod files?


回答1:


From http://www.oracle.com/technetwork/systems/index-139239.html

the MIME types for .jad and .cod files, text/vnd.sun.j2me.app-descriptor and application/vnd.rim.cod respectively.




回答2:


Add the following to a .htaccess when using apache for your OTA deployment:

AddType text/vnd.sun.j2me.app-descriptor .jad
AddType application/vnd.rim.cod .cod
AddType application/java-archive .jar


来源:https://stackoverflow.com/questions/4069261/content-type-for-blackberry-ota-installation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!