10-13-2011 03:50 AM
I install the Blackberry Eclipse plugin which includes the Blackberry JDE 6.
I also installed the blackberry JDE 5 and the BlackBerry_JDE_Components_4.7.0
Now I want to sing my application ".cod" file, but I always receive the following error message:
" Unable to request signatures until this application has been registered..."
Your help would be much appreciated.
Solved! Go to Solution.
10-13-2011 04:02 PM
Have you requested an installed a set of code signing keys? You can order a set here: https://www.blackberry.com/SignedKeys/
If so, you may have them configured in Eclipse, but not the JDE (or vise versa). You can use the steps here to copy them between applications.
10-16-2011 09:41 AM - edited 10-16-2011 09:42 AM
Thank you very much Mr. MSohm.
I copied the sigtool.csk and sigtool.db files from .\Eclipse\plugins\net.rim.ejde\vmTools to the following directories:
1- .\Program Files\Research In Motion\BlackBerry JDE Component Package 4.7.0\bin
2- .\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_
And it works ![]()
I don't know if I should copy the files to both directories or one of them is enough.
Thank you.