用于黑莓非 midlet 应用程序的 jad
我正在为黑莓编写一个常规应用程序。我想知道,有没有类似于 JAD 的纯原生黑莓应用程序(没有 j2me)?如果 JAD 适用于常规 BB 应用程序,请指导我使用 JAD。
I am writing a regular application for Blackberry. I want to know, is there anything similiar to JAD for pure native blackberry application (no j2me) ? If JAD is applicable to regular BB app then please guide me to use JAD for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ALX 文件可能是与 JAD 最接近的等效文件。 ALX 文件定义 BlackBerry 应用程序的元素。使用 BlackBerry Desktop Manager 安装应用程序需要它们。您可以使用 BlackBerry JDE 生成一个(项目 -> 生成 ALX)。
另外,这里还有一个定义 ALX 文件元素的链接: ALX 元素。
以下是BlackBerry 开发指南的链接,其中有一个关于打包和分发 BB 应用程序的部分。
最后,这里有一个关于设置服务器来托管 BlackBerry 应用程序以进行 OTA 下载/安装的论坛帖子的链接:OTA 服务器
The ALX file is probably the closest equivalent to a JAD. ALX files define the elements of a BlackBerry application. They are required for installing apps using the BlackBerry Desktop Manager. You can generate one using the BlackBerry JDE (Project -> Generate ALX).
Also, here's a link that defines the elements of an ALX file: ALX Elements.
Here's a link to the BlackBerry Development Guide, which has a section on packing and distributing BB apps.
Finally, here's a link to a forum post about setting up a server for hosting BlackBerry apps for OTA download/install: OTA Server