I have a library project & an applet project. Both built using ant-javacard just fine.
The issue I am having is when install the applet project
These are the steps:
- The library project gets built, produces 3 things: jar, exp, and cap file
- The applet project depends on the jar file, produces the cap file
- After building, I install the library cap file first, then install the applet cap file
The issue occurs when installing the applet (using GlobalPlatformPro), I am getting this:
CAP loaded INSTALL [for install and make selectable] failed: 0x6985 (Conditions of use not satisfied)
Any idea?
Much appreciated!
Johnny