You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not experienced in javacard development
In our business we have two separate javacard projects that generate two .cap files according to customer's request or his/her smartcard datasheet specs , but there are some common java classes that are used in both of them!
with dependency handling explained in #1, it seems we have one applet.cap + one common.cap that first common.cap must be installed and then applet.cap must be installed.
Is there any solution in this plugin that we could install only one applet on smartcard and we have common source and applet source separately (good dependency handling and management) ?
The text was updated successfully, but these errors were encountered:
I'm not experienced in javacard development
In our business we have two separate javacard projects that generate two .cap files according to customer's request or his/her smartcard datasheet specs , but there are some common java classes that are used in both of them!
with dependency handling explained in #1, it seems we have one applet.cap + one common.cap that first common.cap must be installed and then applet.cap must be installed.
Is there any solution in this plugin that we could install only one applet on smartcard and we have common source and applet source separately (good dependency handling and management) ?
The text was updated successfully, but these errors were encountered: