开发者

Incremental JAR update for J2ME MIDlet

I need to u开发者_运维问答pdate an application JAR file by sending a minimal incremental update of my J2ME code and res/ folder. What is the best way of doing this. This JAR gets installed on a phone. In so doing, I want to minimize the size of the update I send to the phone. I am developing with Eclipse for Nokia N97 SDK.


You can't update individual classes or resources on the fly. You could download new resources, and save them either to RMS or the file system using JSR75.

Beyond that, you'll need to install a new JAR.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜