Questions tagged [.cod-file]
6 questions
13
votes
2 answers
How to properly force a Blackberry Java application to install using Loader.exe
I want to include the Application Loader process in a software installation, to ensure that users get our software installed on their Blackberry by the time our installer software finishes.
I know this is possible, because Aerize Card Loader…
user128911
4
votes
4 answers
Optimizing for a smaller .cod (.jar) file
The RIM compiler performs extra optimization and compression on the resulting ".jar" while building the final .cod file, but there are things that can be done by the developer to significantly reduce the final .cod file size.
One such thing would be…

Andrey Butov
- 2,279
- 19
- 27
1
vote
1 answer
Issues in signing the .COD file
I am facing issues in signing the .COD file for my Application.
Few days back, I installed the Signature key files on my machine which I received from the Blackberry support. Signature Key files were successfully installed on my machine.
Now, I…

saravanan palpandi
- 353
- 1
- 4
- 8
1
vote
2 answers
Too many cod-parts in jad file
I created a blackberry application but I am having problems publishing it on my web site. I have uploaded the jad, jar, alx and cod file (from which I extracted the whole content). I also added the missing MIME types. But when I try to download the…

ADB
- 2,319
- 1
- 24
- 35
0
votes
1 answer
Eclipse (Blackberry JDE 4.6.1) fails deploying the application on the simulator
this is the message I receive when I try to build my applicaion.
..\HBB\HBB.rapc -sourceroot=C:\ws\HBB\src @HBB_build.files
I/O Error: C:\ws\HBB\HBB.cod (The system cannot find the file specified)
rapc executed for the project HBB
the project is…

Claus
- 5,662
- 10
- 77
- 118
0
votes
3 answers
Blackberry COD build issue
I have a database of size 20MB that I would like to build into COD.
Its a mandated requirement.
How can I get the rapc to build 20MB?
When I build the app I am getting the compiler error:
java.lang.NullPointerException
at…

zorro
- 1