Reputation: 13
I am new to java card development.so I have created java card simple applet using java card 2.2.2. Can anyone tell me how to convert javacard applet to (.cap)file easily.And also what are the tools we can used.
Thanks SSV
Upvotes: 0
Views: 2719
Reputation: 3057
If you are using Eclipse to Java Card development, the cap file is already created in ~your-project-path/bin/your/package/name/javacard/your-project-name.cap
when the project built successfully.
Upvotes: 3