AndroidMe
AndroidMe

Reputation: 13

Java card applet convert to .cap file

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

Answers (2)

Oguz Özkeroglu
Oguz Özkeroglu

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

Maarten Bodewes
Maarten Bodewes

Reputation: 93968

You may use the Java Card converter to do that.

Upvotes: 0

Related Questions