Page 1 of 1

How to run a script file on the javacard

Posted: Sat Dec 12, 2015 3:02 am
by kineri
I have just finished coding my applet. Now I need to know how to load and run a script file on the java card. So I can do the further test to my applet. Could anyone tell me how to do this?

Re: How to run a script file on the javacard

Posted: Sun Dec 20, 2015 11:12 pm
by btwtiger
Many smart card tools can meet your needs. The tool I use to execute the .scr file on javacard is pyApdutool.
Select the scr file first and click Play button to execute it.


Re: How to run a script file on the javacard

Posted: Mon Dec 21, 2015 5:24 am
by UNKNwYSHSA
What's the type of your script?
APDU script? Only many APDU command? You can use pyApdutool.
If script write with Python/Java/..., You may write the script tool yourself.