javax.smartcardio error: Could not obtain response
Posted: Mon Oct 02, 2017 3:16 am
I came across an problem when using the Java Smart Card I/O API. No matter when I send a command APDU to my applet, and this command returns any data, and an exception is thrown:
Does anybody know how do I solve this problem?
Exception in thread "main" javax.smartcardio.CardException: Could not obtain response
at sun.security.smartcardio.ChannelImpl.doTransmit(ChannelImpl.java:169)
at sun.security.smartcardio.ChannelImpl.transmit(ChannelImpl.java:73)
Does anybody know how do I solve this problem?