My ACS ACR38 reader works properly via it's SDK and GPJ but it's look like that JCManager can't access to it. This is output of JCManagr when I open it :
This is the error message :
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: Could not initialize class com.linuxnet.jpcsc.PCSC
at com.braicu.jcm.card.CardWorker.disconnectCard(CardWorker.java:507)
at com.braicu.jcm.JCManager$22.construct(JCManager.java:619)
at com.braicu.jcm.layout.MySwingWorker$2.run(MySwingWorker.java:108)
at java.lang.Thread.run(Unknown Source)
I downloaded jpcsc.dll and copied it in this directories :
- C:\Windows\
- C:\Windows\System
- C:\Windows\System32
- D:\jcManager\res
D:\Java Card\jcManager\res
But when I try to register these files with regsvr32
command in the Command-Prompt
I receive this error :
I restart my system, and problem didn't solve yet.
Q: How can I handle this problem?
I appreciate your time and consideration.