-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SystemException on installing applet #125
Comments
I am having same above issue. |
have you solved ?? |
Hi @liyanhrxy |
Hi.
i am getting this SystemException when my applet class is going to install.
Exception in thread "main" javacard.framework.SystemException at javacard.framework.SystemException.throwIt(Unknown Source) at com.licel.jcardsim.base.Simulator.createApplet(Simulator.java:179) at com.licel.jcardsim.base.Simulator.installApplet(Simulator.java:219) at com.licel.jcardsim.base.Simulator.installApplet(Simulator.java:195)
my applet works on real java card (both version 2.2 and 3) but it failed to install on simulation.
does it come from my applet or something else?
The text was updated successfully, but these errors were encountered: