Use Jar or Jad files with Blackberry Simulator
I know jad files can be installed via OTA if my set is BES 3.6 compatible. Can I开发者_如何学编程 upload a jar or jad file to my BlackBerry simulator, instead of the cod file? Is it possible?
yes "OTA download" is possible on the Blackberry simulator just enter the link to the .jad file into your Blackberry Browser.
You can create a SDcard file system for simulator and install the app cod, jad files to simulator: You can set the SDCard location for your simulator, copy the app cod(its extracted siblings if cod file size is more than 64kb) with its jad file(make sure the cod and jad files are in same folder). Now browse SDcard location from your simulator and select the jad file for installing the app.
To Browse the SDcard loc from simulator: Go into Media>Click on Menu>Select Explorer>then Select Memory card and browse to required location.
Setting the SDcard for simulator: For Eclipse: Right click on project>Run as>Run configuration>select simulator tab>select Memory tab>Check Use file system for SDcard files>Click on Browse to select the location.
For BB JDE: Click Edit>Preferences>Select Simulator tab>Select Memory Tab>further steps are same as done in eclipse.
精彩评论