how to upload and download blackberry application from webserver?

喜夏-厌秋 提交于 2019-12-12 05:34:02

问题


Hi all how to upload and download blackberry application from webserver ? i have already set MIME type but yet i cant download sucessfully .so what can i do ?


回答1:


In the application folder please find the install files in \deliverables\Web\ [version no] From there take .jad file and all files with the extension of .cod file and deploy to the server.

And set the MIME type to the following.

JAD text/vnd.sun.j2me.app-descriptor

COD application/vnd.rim.cod

Note : The usual problem may be we take .cod file from \deliverables\Standard\ [version no.] folder. The .cod file find there (in Standard folder) is a zipped version of .cod files. If you are taking .cod file from there, you have to rename .cod file to .zip and take the multiple .cod from that. Multiple .cod files created when your cod file is more than 64 KB.



来源:https://stackoverflow.com/questions/5775830/how-to-upload-and-download-blackberry-application-from-webserver

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