Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在黑莓模拟器中开发了一个 Java 应用程序。我需要在 Blackberry 设备中加载 Java 应用程序。
在黑莓设备中加载应用程序的步骤是什么?
确保您有签名密钥并且您的密钥已安装在 JDE 中(几乎所有重要的 BB 应用程序都需要签名)。使用 sigtool 签署您的 .cod
使用 Javaloader(在 JDE 的 bin 目录中)
将您的设备通过 USB 插入您的机器... javaloader -usb load yourapp.cod
这会将应用程序加载到设备上,但没有应用程序描述信息(此时您可能不需要它)
http://www.blackberryforums.com/general-blackberry-discussion/3027-howto-installing-jde-use-javaloader.html