04-23-2012 02:03 PM
I've applied for and received the signing keys from RIM however, when I try signing the keys using the following command
java -jar SignatureTool.jar <.csi file path>
However, it keeps giving me an error saying that the sigtool file is missing and asks me to create a new password.
I'm specifying the correct path for the csi file
Thanks
04-23-2012 02:05 PM
04-23-2012 02:21 PM
04-23-2012 02:50 PM
file path needs to include the file name and extension. try that.
04-23-2012 02:56 PM
04-24-2012 03:27 PM
04-24-2012 11:47 PM
Can you include a screenshot?
(This suggestion sucks, but starting over by dowloading the SDK again along with requesting new keys may be your next step...)
https://bdsc.webapps.blackberry.com/html5/document
04-24-2012 11:51 PM
04-25-2012 08:51 AM
04-25-2012 09:11 AM
The CSK file is generated by the SignatureTool.jar file when you ran the command to install the *.CSI files that were emailed to you.
To simplify it - suggest saving the *.csi files into the /bbwp/bin installation folder of the WebWorks SDK (the SignatureTool.bar file should exist in this folder). Then install these keys using the command you listed in your first post, and you should see a sigtool.csk file created in the same folder.
At this point, you should be able to properly sign your apps because the SigTool app knows where it can find the CSK file (in the same folder as itself).
Make sense?