Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
6k views

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 ...
2
votes
4answers
819 views

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 ...
1
vote
1answer
374 views

output code into formatted web page

hey guys. i was wandering if anyone knew how to create code so that the console is not opened, rather a formatted web page. any suggestions will be much appreciated! regards namespace Grades { ...
1
vote
2answers
627 views

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 ...
0
votes
0answers
582 views

convert format cod to jar

I have a problem to convert cod to jar, because when I build and run my program I just get format .cod and .alx. I run my program using blackberry web/widget (eclipse) and the language that I used is ...
0
votes
2answers
484 views

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 ...
0
votes
1answer
229 views

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) ...
0
votes
3answers
380 views

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: ...
0
votes
2answers
136 views

BlackBerry - Changes are not getting reflected in my app

Suddenly my changes are not getting reflected when I run my app. I have tried the following things. Restarted the eclipse and tried. created a new eclipse workspace. Uninstall and installed the ...