January 25, 2011

UpdateJad - Integrating 3rd party applications

How to include a third party application into your application (dependency) ?

The first thing you have to do is to download the cod and jad file provided by the 3rd party application. Then after you are done with coding and packaging the application. You have to copy cod & jad files of your application and 3rd party application to the same folder.

Configure the path variable (environment variables) to include the tool updatejad.exe, this will be usually under c:\program files\Research In Motion\BlackBerry JDE \bin. if you are using BlackBerry JDE or if you are using eclipse C:\eclipse\plugins\net.rim.ejde.componentpack4.5.0_4.5.0.28\bin.

Open command prompt, navigate to the folder where you have copied the application cod files and jad files, then execute the following command

updatejad -q -n [your_application_name.jad] [space] [3rd_party_application_name.jad]

The usage of updatejad tool is as follows.


Usage: updatejad.exe -q -n [input.jad] [[additional.jad] ...]
-q Quiet mode
-n No backup file
File to be updated
Other attributes to be added to input.jad

More than one additional.jad may be specified.

2 comments:

  1. mas scritp diatas itu kaya instal OS yg seperti di forum apa yaa lupa je,contohnya yg 8520_5.0.0_rel860_instalador_rapido kaya getu bukan mas????

    email wutangclan33@gmail.com

    ReplyDelete
  2. Great work ! This works for me. Thanks

    ReplyDelete