Hi (me again!!),
I'm still experiencing some problems with my first use of OCF.
I'm trying the simple ReadFile-class of the book with the IBM card but it
returns an error on the following command:
byte[] data = face.read(file.getPath(),0,file.getLength());
where "face" is defined as: FileAccessCardService face =
(FileAccessCardService)sc.getCardService
(FileAccessCardService.class,
true);
As soon as it wants to execute the face.read VJ++ returns a messagebox
saying that i didn't handle a "NoClassDefFoundError" exception. I can
perfectly interprete the file.getPath() and file.getLength() so it has
something the do with the read-method in the IBM Cardservices (does it need
additional jars or other stuff).
By the way, i'm using 'com.ibm.opencard.factory.MFCCardServiceFactory' in
the opencard.properties file.
Does someone has a solution for me, please?
Regards,
Davy
---
> 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.