Hi All,
I wanted to know from where the values for "RIM-COD-Module-Dependencies" parameter are populated in Jad file of a Blackberry project?
Thanks
Hi All,
I wanted to know from where the values for "RIM-COD-Module-Dependencies" parameter are populated in Jad file of a Blackberry project?
Thanks
Generally this is done by RIM's RAPC tool. You invoke this when you do a build from the JDE or from the Eclipse JDE Plugin. You can also invoke this from the command line, or using something like bb-ant-tools.
RAPC does a bunch of things - compiling .java files to bytecode (using javac), doing preverification (like sun's WTK), doing some obfuscation/packing/optimization on your bytecode (stripping out unused bits of code, etc), and figuring out what dependencies your .cod will have.
Are you having specific problems with the module dependencies?