开发者

Which compiler is used to make .cod files?

Which compiler is used in Blackberry development to make .cod fi开发者_开发问答les? Is it rapc?


Yes, rapc converts J2ME jar files into cod files, which are proprietary to BlackBerry devices. Example:

rapc import="c:\program files\research in motion\blackberry JDE 3.7\lib\net_rim_api.jar" codename=$your_app -midlet jad=$your_app.jad $your_app.jar


Blackberry Ant Tools http://bb-ant-tools.sourceforge.net/

The above wraps up all the rapc/alx commands so that you can use from your normal IDE rather than having to resort to the Blackberry JDEs which will quickly cause you to loose the will to live

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜