07-08-2009 04:56 AM
Hi. This probably has been asked a hundred times, and I have already checked many threads here and documentation document, but I still can't fiigure out, I probably doing something wrong.
I have a workspace with many projects, let's say:
1) MyAppClient
2) MyLib
3) MyAppDaemon
So I want to package these projects into a single jad file that would be downloadable via internet (OTA)
As I have read the documentation, and other threads I need to:
1)Rename my cod file to zip and extract sibling files.
The question is which cod file I should rename and extract ? I have tried renaming one MyAppClient.cod file to zip, but winrar doesn't open it. It tells me that file is corrupted or damaged.
What I am doing wrong ? Please help.
Solved! Go to Solution.
07-08-2009 04:59 AM
07-08-2009 05:57 AM
07-08-2009 06:08 AM
07-08-2009 06:19 AM - edited 07-08-2009 06:25 AM
But this is exactly the part where I am having a confusion.
They are 3 separate projects that I have. Each has its own COD and JAD files:
for example:
1) MyClientApp.JAD MyClientApp.COD
2) MyLib.JAD MyLib.COD
3) MyDaemon.JAD MyDaemon.COD
So what I want to have is a single big JAD file
MySuperApp.JAD and MySuperApp.COD
From the documentation I have found this command:
updatejad.exe MyClientApp.JAD MyLib.JAD MyDaemon.JAD
But I am also having issues with it, it gives me an error that MyClientApp.COD is missing.
Well I think I got it working, it says that it has created a new MyClientApp.JAD file.
I guess I have to put it to the server now and see if it would work
07-08-2009 06:29 AM
07-08-2009 09:51 AM
Yes now it is working. I have put all the JAD and COD files together at the same location. It downloads them automatically as expected.
There is only one problem when the SuperJAD file is generated the version and description of the application are empty. How is it possible to add this information automatically to this JAD file ?
07-08-2009 10:07 AM
Right click your project - click properties, navigate to blackberry project properties, first tab there, will satisfy your need..
Cheers..
07-08-2009 10:15 AM
07-08-2009 01:40 PM