我是 JavaPOS 的新手,谁能告诉我如何从 Javapos 访问智能卡。
这是我的代码:
SmartCardRW smartCard = new SmartCardRW();
try {
smartCard.open("ACR122U");
} catch (JposException e) {
e.printStackTrace();
}
我越来越
java.lang.NoClassDefFoundError: org/apache/xml/serialize/BaseMarkupSerializer
如何摆脱它?