How do I install a test app developed using Eclipse on a BlackBerry?
+1
A:
This should get you going http://supportforums.blackberry.com/t5/Java-Development/Steps-to-test-a-J2ME-application-on-a-Blackberry-device/m-p/219729
zapping
2010-03-01 09:13:20
+4
A:
If you using Eclipse for BB development, you must use Plugin for Eclipse and BB simulator. In this way you just build your application and run/debug it from IDE. IDE automatically run simulator and deploy your cod to simulator.
In other cases, there are 3 ways to run your *.cod application on BB device:
- Using javaloader
- Using DesktopManager
- Directly from simulator (only for simulator!). File\Load Java Application\Choose your cod, and your application appears in Downloads directory.
- Using OTA (Over-The-Air) installation(for web-installation).
Note, that if you use for, example, Crypto API or Persistent storage API, before install your application on real device, you must sign it with SignatureTool.
Yeti
2010-03-01 10:46:04