|
Hello everyone.
I'm developing an application with the smartcard reader GCR410. I
downloaded the Gemplus Terminal pure java implementation, but I can't
initializate the reader. It doesn't work nor with GCR410CardTerminal. I tried
with
GemCoreCardTerminal cardTerminal = new
GemCoreCardTerminal();
GemCoreCardTerminal cardTerminal = new GemCoreCardTerminal("myreader",
"GCR410", "COM2");
but it answer with
No constructor matching GemCoreCardTerminal() found in class
com.gemplus.opencard.terminal.GemCoreCardTerminal.
No construcotor matching GemCoreCardTerminal(java.lang.String,
java.lang.String, java.lang.String) found in class
com.gemplus.opencard.terminal.GemCoreCardTerminal.
Does anyone has idea how I could initializate the reader to work with
it?
I wrote in the opencard.properties
Thanx in advance!
|
- Re: [OCF] Gemplus CoreCardTerminal Davide
- Re: [OCF] Gemplus CoreCardTerminal Patrick . BIGET
- Re: [OCF] Gemplus CoreCardTerminal peter_bendel
