Hi everyone,
i writing a simple applet to access a smartcard throw the browser.
It seems to work properly in the several principal browser, with OS Linux and Windows.
But on a pc with windows 7 professional i've a problem :
when i try to get the list of the terminals available
"...
TerminalFactory factory = TerminalFactory.getDefault();
factory = TerminalFactory.getDefault();
factory.terminals().list()..."
this fail with this error :
javax.smartcardio.CardException: list() failed
and the PCSCException "SCARD_E_NO_READERS_AVAILABLE"
this was very strange because the reader is available for another tool that use smartcard,
i try to reinstall the driver of the reader and the smart card service was active.
I read many thread but no one have a solution.
Any idea what might be causing this random problem? it is a permission problem?
Regards
Saverio