将 Java 代码部署到 BlackBerry 设备,无需签名密钥
我想将代码直接部署到 BlackBerry 设备,但我没有任何 RIM 代码签名密钥。有没有办法不用钥匙就能做到这一点?
目前,我正在使用 .cod 文件在 BlackBerry 设备模拟器上进行部署。
I want to deploy code directly to a BlackBerry device, but I do not have any RIM code signing keys. Is there a way to do this without the keys?
Currently I am using the .cod files to deploy on a BlackBerry device simulator.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当您使用需要签名密钥的 BlackBerry API 时才需要签名密钥(如需要签名密钥的类和/或方法的 javadoc 中所述)。否则,您可以在手机上构建、部署和测试您的应用程序。
You only need signing keys if you use BlackBerry APIs that require them (as noted in the javadocs for the classes and/or methods that require them). Otherwise, you can build, deploy, and test your application on the phone just fine.