follow below steps(takes the example of t.jar and t.jad). it's for separate delivery:
1. use DRMToolkit to generate t.dcf file based on t.jar
2. update t.jad to make the url point to t.dcf other than t.jar
3. make t.j2me.tar file by wrapping t.jad and t.dcf into one package(with the tar command on unix, if using windows os, you have to seek some simulation tools, such as cygwin...), make sure that the filename is ended with .j2me.tar.
4. install t.j2me.tar on cell phone
本文介绍了一种针对J2ME应用的分离部署方法,包括使用DRMToolkit生成dcf文件、更新jad文件指向dcf文件、打包jad与dcf为j2me.tar文件并安装到手机上的步骤。

被折叠的 条评论
为什么被折叠?



