First, thanks to all who responded...

Second, I've have the reader working in that I know if there's a card in it,
when a card is inserted when its removed and the Id of the card as those
simple demos that came with the OCF are working, but I cannot initilize the
file system on the card and therefore can't write or read anything.

I've written a program similar to the StockBroker demo and I'm getting the
following errors:

SignatureCard - start OpenCard
SignatureCard - got CARD_INSERTED event
java.lang.ClassNotFoundException: CardService implementing interface
opencard.op
t.iso.fs.FileAccessCardService
        at
opencard.core.service.CardServiceRegistry.getCardServiceInstance(Card
ServiceRegistry.java, Compiled Code)
        at
opencard.core.service.SmartCard.getCardService(SmartCard.java:331)
        at
com.vitria.smartcard.SignatureCard.allocateServices(SignatureCard.jav
a:276)
        at
com.vitria.smartcard.SignatureCard.cardInserted(SignatureCard.java:85
)
        at
opencard.core.event.EventGenerator.createEventsForPresentCards(EventG
enerator.java, Compiled Code)
        at com.vitria.smartcard.SignatureCard.<init>(SignatureCard.java:57)
        at com.vitria.smartcard.SmartCard.main(SmartCard.java:11)
SignatureCard - OpenCard is up and running
java.lang.ClassNotFoundException: CardService implementing class
com.ibm.opencar
d.script.MFCScriptService
        at
opencard.core.service.CardServiceRegistry.getCardServiceInstance(Card
ServiceRegistry.java, Compiled Code)
        at
opencard.core.service.SmartCard.getCardService(SmartCard.java:331)
        at
com.vitria.smartcard.SignatureCard.initialize(SignatureCard.java:245)

        at com.vitria.smartcard.SmartCard.main(SmartCard.java:13)
Card NOT initialized

My guess is the missing classes are part of the PCT200 Java class library
which I don't have. Is this correct?

Thanks in advance again.

Chuck Williams 
Sr. Systems Engineer - Federal Division 
Vitria Technology, Inc. 
(703) 885-4728 office
(703) 338-5162 ** NEW Cell  **
http://www.vitria.com 



-----Original Message-----
From: Harley Barrales@YAHOO [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 9:16 PM
To: Chuck Williams; [EMAIL PROTECTED]
Subject: Re: [OCF] Giesecke & Devrient PCT-200 Card Reader


Hey Chuck,

    First you must have a card reader driver and check whether this is
supported by the Windows2k.
    Second you need to install the OCF components.
    Third is you need to copy the required DLL from the Opencard\lib library
(ie, if the reader is PC/SC the copy the OCFPCSC1.DLL to Windows\System
folder.
    Fourth is to put the OCF components base-core.jar and base-opt.jar into
your CLASSPATH.

This will set up your groundwork for OCF development.

Cheers,

Harley


----- Original Message -----
From: "Chuck Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 07, 2001 1:33 AM
Subject: [OCF] Giesecke & Devrient PCT-200 Card Reader


> I'm looking for some help as I've just been tossed a boat anchor and I'm
in
> the deep end drowning.
>
> I need to get a G&D PCT-200 Card Reader working under Windows2000. The
> reader I was handed did not have any software with it. The OCF install
asks
> for either the Java classes for the card reader or the Microsoft Smart
Card
> Base Components.
>
> can someone tell me what I need to do to get this reader working with the
> OCF 1.2?
>
> Thanks way in advance!
> Chuck Williams
> Sr. Systems Engineer - Federal Division
> Vitria Technology, Inc.
> (703) 885-4728 office
> (703) 338-5162 ** NEW Cell  **
> http://www.vitria.com
>
>
> ---
> > Visit the OpenCard web site at http://www.opencard.org/ for more
> > information on OpenCard---binaries, source code, documents.
> > This list is being archived at http://www.opencard.org/archive/opencard/
>
> ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
> ! to
> !                           [EMAIL PROTECTED]
> ! containing the word
> !                           unsubscribe
> ! in the body.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe 
! in the body.

Reply via email to