Modifying information for a MIDlet suite
You can use the Updatejad tool, part of the BlackBerry® Java® Development Environment, to process .jad files and perform the following actions:
- Correct the .cod file sizes listed in a .jad file. The .cod file sizes listed in the .jad file change after you use the BlackBerry® Signing Authority Tool to sign .cod files.
- Create .jad files that reference multiple .cod files.
Use the Updatejad tool only on .jad files created using the BlackBerry® Integrated Development Environment or the RAPC command-line tool, and signed using the BlackBerry Signing Authority Tool .
updatejad.exe -q -n input.jad [additional.jad]
Option |
Description |
|---|---|
-q |
This option suppresses the creation of success output messages for .jad file processing operations. If an error occurs during .jad file processing, a non-zero exit code is produced. |
-n |
This option suppresses the backup of the original .jad file. |
input.jad |
This option specifies the .jad file to update. |
additional.jad |
This option specifies other attributes to add to the input.jad file. |
For more information, see the BlackBerry Integrated Development Environment Help or the BlackBerry Signing Authority Tool version 1.0 - Password Based Administrator Guide.