-
|
Hello, I try to create a CAP file for my JCOP 4.5 JavaCard. When using the targetSdk value 3.0.5, a CAP file with version 2.1 is generated. CAP file version 2.1 is very old and was lastly used in Javacard 2.1.1. (2.2 was introduced in Javacard 2.2) What do I have to do, to get the ant-javacard-task to generate CAP files with version 2.2 when using the targetSdk value 3.0.5? Thank you build.xml: Parts of my build output: compile: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I could already find out, that the CAP could not be loaded onto my JCOP 4.5 card, because I was importing the GP API in version 1.8. I used the version 1.6 and it worked. |
Beta Was this translation helpful? Give feedback.
I could already find out, that the CAP could not be loaded onto my JCOP 4.5 card, because I was importing the GP API in version 1.8. I used the version 1.6 and it worked.
I could bring ant-javacard to create cap files with version 2.2 by activating the debug component.