I'm trying to run an example to access a smart card, but i'm having problems importing this libs:
import sun.security.util.Debug; import sun.security.util.ResourcesMgr; import sun.security.pkcs11.Secmod.*; import sun.security.pkcs11.wrapper.*; import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
How can I use them?
I've searched and found some responses, some people can't use that libs when running a 64bits OS..
Tks for helping