开发者

Deploy Java code to BlackBerry device without signing keys

开发者 https://www.devze.com 2023-01-21 06:25 出处:网络
I want to deploy code directly to a BlackBerry device, bu开发者_StackOverflow中文版t I do not have any RIM code signing keys. Is there a way to do this without the keys?

I want to deploy code directly to a BlackBerry device, bu开发者_StackOverflow中文版t 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.


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.

0

精彩评论

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

关注公众号