akki
akki

Reputation: 11

How to generate a .cod file for blackberry 6/7 using IBM Worklight and eclipse?

I have built a Worklight Hybrid application using IBM Worklight. Now I am trying to generate a .cod file to run the application in a BlackBerry device.

Does IBM worklight provide any facility to generate a .cod file for BlackBerry? Can anyone guide me on how to generate a .cod file?

Upvotes: 1

Views: 702

Answers (1)

Idan Adar
Idan Adar

Reputation: 44516

IBM Worklight does not provide tools to generate the .cod file for BlackBerry OS 6/7 (or 10). To accomplish this, you need to use the BlackBerry-provided "Ripple" emulator, through which you can also generate a .cod file.

The following IBM Worklight Getting Started training modules explain how to work with BlackBerry in Worklight:

And these are the steps to follow, in general:

  1. Install the BlackBerry WebWorks SDK for BlackBerry 6/7
  2. Get the code signing keys by following the BlackBerry guides
  3. Install the Ripple Chrome extension
  4. Generate your BlackBerry project using Worklight
  5. Setup Ripple with your BlackBerry project (explained in the training modules)
  6. Generate .cod file

You can now install the .cod by either using the BlackBerry device manager software or via CMD using JavaLoader or via Ripple. Read these instructions from BlackBerry.

Upvotes: 2

Related Questions