如何从 Eclipse 打包黑莓应用程序并将其部署到设备

发布于 2024-10-03 03:15:59 字数 140 浏览 0 评论 0原文

如何从 Eclipse IDE 打包和分发我的应用程序?

我的应用程序可以在模拟器中运行,但我不知道如何将它们部署到我的黑莓设备上。

我将文件移至媒体卡,但不断出现错误(即无效 COD 错误)。有没有合适的办法。在模拟器中运行得很好!

How do I package and distribute my apps from the Eclipse IDE?

My apps work within the simulators, but I have no idea how to deploy them to my blackberry device.

I moved the files to the Media card but I kept getting errors (i.e. invalid COD errors). Is there an appropriate way. It worked fine in the simulator!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

谜兔 2024-10-10 03:15:59

如果您的应用程序使用任何受控 API,您首先需要获得 RIM 签名。有关如何申请代码签名密钥的更多信息,请参阅此处。安装密钥后,您可以通过 eclipse 签署您的应用程序。如果您使用的是 Blackberry 插件 1.0,请转至 BlackBerry >请求签名,如果您使用插件 v1.1,请转到“项目”>“黑莓>打包全部

如果您的应用程序不使用任何受控 API,您可以跳过所有这些并使用 JavaLoader 之类的东西加载应用程序:
JavaLoader -u load [codfile]

或者您可以启动 BB 桌面管理器并将其指向您的 cod 文件。

If your app uses any controlled APIs you will first need to get it signed by RIM. For more info on how to apply for code signing keys look here. Once you have your keys installed you can sign your app through eclipse. If you're using Blackberry plugin 1.0 go to BlackBerry > Request Signatures, If your using plugin v1.1 go to Project > BlackBerry > Package All

If your app doesn't use any controlled APIs you can skip all of that and load the app with something like JavaLoader:
JavaLoader -u load [codfile]

Or you can fire up BB desktop manager and point it at your cod file.

濫情▎り 2024-10-10 03:15:59

在将应用程序安装到设备之前,您需要对其进行签名。尝试使用 BB 桌面管理器 安装应用程序,如果此错误仍然存​​在,请从 Eclipse 项目资源管理器的上下文视图中清理并构建您的项目

我也遇到了这样的问题,因为我的应用程序是针对 4.6 和 4.7 的,而它们的 eJde 是有问题的,所以我将部署和调试部分切换到 JDE 而不是 eclipse 中。

Before installing your application into device you need to sign them. Try to install app with BB desktop manager, if this error continues, clean and build your project from eclipse project explorer's context view.

I also faced such problems coz my apps are targeted to 4.6 and 4.7 and their eJde's are problematic ones, So i switched deployment and debugging part in JDE rather than eclipse.

坐在坟头思考人生 2024-10-10 03:15:59

如果您想部署游览 Blackberry 应用程序,这可以帮助您逐步学习:如何准备和部署 BlackBerry Java 应用程序

If you want to deploy tour Blackberry application this can help you to learn it step by step: How to prepare and deploy a BlackBerry Java Application

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文