I developed a Java Card applet in Eclipse and obtained a cap file. Then i used jcManager – Java Secure Card Manager to load that file to my smart cards. I have two type of smart cards:
- Contact, JCOP 2.1 36K
- Contactless, JCOP 2.1
My smart card reader is: SDI011 Dual Interface Reader.
Also to developing SIM applet, i'm using Gemalto Developer Suite [3.6]. That IDE has a GSM emulator and my SIM applet works on it well. It gives cap, jar, jac, exp.. files of applet.
Everything is fine so far but i want to load that cap file to my contact or contactless Java Card [because i have no SIM card to work on], and then send-receive APDU messages.
Is it possible? If yes, how? How to load my SIM applet to real smart card [not SIM card]?