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?
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?
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.
Open the BlackBerry browser, enter the web link to the JAD file in there and your application will be installed on your BlackBerry simulator.
For anyone using PhoneGap Build who finds they are presented with a .jad file only, but no .cod files, you need to...
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 folderI 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.