Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 29 2003
Added on Aug 26 2003
7 comments
99 views