Hi

i've tried to create a file on various smartcard using towitoko micro 120
and ikey

it compiles without pbs, but when i execute the program it freeze at the
command line
CardRequest cr = new CardRequest(CardRequest.ANYCARD,
null,FileAccessCardService.class);
SmartCard sc = SmartCard.waitForCard(cr); //program frozen

or when i use events

SmartCard card = SmartCard.getSmartCard (ctEvent);
FileAccessCardService facs =
(FileAccessCardService)card.getCardService(opencard.opt.iso.fs.FileAccessCar
dService.class, true);//error...
i have a classnotfound exception

I've tried to find solution like,
opencard.property sets to terminal.pcs10
include c:\ocf\bin in path....

Anyone has the solution....

Thank you for your interest



---
> 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