I imagine this makes no difference, but I will try to access it using a Java application.
UPDATE: I’ll use smart cards in a public/private keys encryption system.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are different types of smart cards and you’re not making clear which kind of test you mean, but I guess you’re talking about cryptographic smart cards.
JavaCard development kit contains a reference JCRE which can be used to emulate a hardware JavaCard in software, so you can “deploy” your smart card applet (if you’re writing one) to the non-existant smart card and test it with apdutool [1]
[1] http://www.developer.com/tech/article.php/913451/A-Java-Card-Primer-Part-2.htm