Exception at opencard.opt.iso.fs.FileSystemCardService
843851Aug 26 2003 — edited Oct 1 2003
I am Trying to test my Smart card with some Sample Programs which i got it from archives.I am using Twitiko's ChipDrive Micro 100 Reader and
MPCOS Card.When i tried to run TestMPCOS.java getting this following exception.I am sure that base-opt.jar is in my classpath.any comments will be appreciated .
Waiting for card...
Card detected
java.lang.ClassNotFoundException: CardService implementing interface opencard.opt.iso.fs.FileSystemCardService
at opencard.core.service.CardServiceRegistry.getCardServiceInstance(CardServiceRegistry.java:269)
at opencard.core.service.SmartCard.getCardService(SmartCard.java:331)
at TestMPCOS.<init>(TestMPCOS.java:52)
at TestMPCOS.main(TestMPCOS.java:104)
Opencard.properties:
OpenCard.services = \
com.ibm.opencard.factory.MFCCardServiceFactory \
opencard.opt.util.PassThruCardServiceFactory
OpenCard.terminals=com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory