How to deploy Applet to Java Card?
I 've finished programming in Java Card Applet.
But I try it on simulator eventaully....
What can I do if I want to deploy my applet to Java Card.
I must use some specific software? or I must write everything by myself?
I am confused with this problem..
If you know how to do ,please reply to me ,ok?
However ,thanks a lot for everyone who ever care about my topic. :)
yuchan
[425 byte] By [
Yuchana] at [2007-9-19]

This has been answered a million times on here.
To load an applet onto a Java Card, you will need a loader. OR you can write one yourself. To obtain a loader, you'll need to purchase a kit from a vendor.
I don't recommend you write one yourself, until you fully understand the Global Platform, authentication, and the Java Card JCRE. You could run the risk of losing cards if done improperly.