我刚接触过JavaPOS,有人能让我知道如何从Javapos访问智能卡吗?
这是我的密码:
SmartCardRW smartCard = new SmartCardRW();
try {
smartCard.open("ACR122U");
} catch (JposException e) {
e.printStackTrace();
}我得到了
java.lang.NoClassDefFoundError: org/apache/xml/序列化/BaseMarkup序列化器
怎么摆脱它?
发布于 2012-05-12 23:25:24
当然,通过下载/添加Apache到类路径。
https://stackoverflow.com/questions/10528501
复制相似问题