0

I have a fresh java card and two .cap file! one of them successfully installed on the card (and deleted successfully!) and the another one failed to upload and install. I put the output of "GPJ" in the below. what's wrong with the .cap file? and how I can fix it?

I made cap file with Eclipse and its source code is in this link. and this is output of 'gpj'

enter image description here

thank you.

4

1 回答 1

2

这个错误有很多可能性,因为智能卡返回码不是很具体,我的想法是:

  • 检查 JavaCard 版本是否正确(必须为您的卡支持的版本编译 cap 文件)
  • 您的代码使用您的卡支持的 api 调用(其制造商决定他支持或不支持哪些算法)

尝试阅读全球平台规范以了解这些详细问题

于 2014-05-19T12:53:08.097 回答