签署 .COD 文件时出现问题
我在为我的应用程序签署 .COD 文件时遇到问题。
几天前,我在我的机器上安装了从黑莓支持处收到的签名密钥文件。签名密钥文件已成功安装在我的计算机上。
现在,我想再次签署我的 .COD 文件,因为我的 .COD 文件已更新。但是,当我尝试签署 .COD 文件时,出现以下错误。
无法找到私钥。
该程序需要私钥来签署该服务器和签名授权服务器之间的所有交易。
私钥包含在 sigtool.csk 文件中,但未找到。 预期位置:C:\Program Files\Research In Motion\BlackBerry JDE 5.0.0\bin\sigtool.csk
您想要创建一个新的密钥对文件吗?
好吧,我无法创建新的密钥对文件,因为这是不允许的。
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 want to sign my .COD file again as my .COD files have been updated. But, I am getting the following error, when I try to sign the .COD file.
The Private key could not be found.
This program requires a private key for signing all transaction between this server and the signing authority server.
The private key is contained in the sigtool.csk file which was not found.
Expected location : C:\Program Files\Research In Motion\BlackBerry JDE 5.0.0\bin\sigtool.csk
Would you like to create a new key pair file.
Well, I can not create a new key pair file as it is not allowed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您的系统中安装了多个jde或jde插件。转到jde或eclipse插件的bin目录检查sigtool.csk。如果存在,右键单击signaturetool.jar并选择“java platform se binary”,其中之一此处将出现窗口,浏览您的 application.cod 文件并请求签名。
i think in your system more than one jde or jde plugin is installed.go to bin directory of jde or eclipse plugin check for sigtool.csk.if its present, right click on signaturetool.jar and select "java platform se binary", one window will appear here browse your application.cod file and request for signature.