Blackberry - run a JAD file on the simulator

2019-06-07 04:58发布

I have a jad file for a BB app which I want to run on the simulator. When I do a "Load Java Program" it looks for a cod file.

How can I run a JAD file on a BB simulator?

4条回答
迷人小祖宗
2楼-- · 2019-06-07 05:32

A JAD file is an information file that goes with the COD file that has the software. You should be able to get the COD file from the same place you got the JAD.

查看更多
Fickle 薄情
3楼-- · 2019-06-07 05:35

Open the BlackBerry browser, enter the web link to the JAD file in there and your application will be installed on your BlackBerry simulator.

查看更多
Melony?
4楼-- · 2019-06-07 05:41

For anyone using PhoneGap Build who finds they are presented with a .jad file only, but no .cod files, you need to...

  1. look at this file in notepad as it will list the names of all the .cod files you need (maybe 40 to 50 of them)
  2. notice the .jad file was located at http://s3.amazonaws.com/blackberry.phonegap/slicehost-production/apps/123456/YourAppName.jad so change the last bit of your own URL to .cod (or -1.cod and so on) to download the 40+ other files to the same folder
  3. in the simulator, select File > Load and then multi-select all the .cod files together
  4. wait patiently and your app will appear at the bottom of the simulated screen's menu
查看更多
萌系小妹纸
5楼-- · 2019-06-07 05:51

I have a jad file for a BB app which I want to run on the simulator. When I do a "Load Java Program" it looks for a cod file.

查看更多
登录 后发表回答