How to get JavaCard version on card
问题 How to get java card version from card? Is there any way how to get version of JC from the card. Or should I try to install applets with specific for each JC version options. 回答1: The only full-proof way to determine JavaCard API versions supported by a "white" smart card is to build a separate CAP file for each JavaCard version. I suggest you make each CAP contain just a single simple class extending javacard.framework.Applet . You may want to be able to actually install your simple applet