Why applet conversion failed in case of using Shareable interface? (How to use Export files in such cases)
问题 I wrote two java card applet named MasterApp and SlaveApp that are in two different packages named masterPack and slavePack : Master AIDs : Package : 01 02 03 04 01 Applet : 01 02 03 04 01 01 Slave AIDs : Package : 01 02 03 04 02 Applet : 01 02 03 04 02 02 As you see below I want to call SharedMethod() of the MasterApp in the Process() method of my SlaveApp : Master Program : package masterPack; import javacard.framework.APDU; import javacard.framework.Applet; import javacard.framework