Java Smart Card - Reading Scosta Smart Card
I am trying to read Indian Governments Standard 'Scosta' smart card through java smartcardio the code I am using is package com.example.smartcardreader; import java.util.List; i
Solution 1:
It may be unrelated to your problem but package javax.smartcardio seems to be seriously broken on Mac OS X with 64-bit version of java7. You can find more information in this blog post and this bug report. You can also take a look at open source project jnasmartcardio that tries to solve the issues of javax.smartcardio package.
Post a Comment for "Java Smart Card - Reading Scosta Smart Card"