We use OCF.jar to test our CardTerminal driver now.
 In our CardTerminal method internalSendAPDU(), we call a method
     capdu.getBytes(); /*capdu is CommandAPUD object*/
 and we get a exception "NoSuchMethodError" getBytes();
 Obviously, APDU.class in OCF.jar don't have this method, so
 we get this exception.(It seems this APDU.class is OCF1.0 version.
 So it is difference with what said in OCF1.1 doc.)

 I try to update APDU.class in OCF.jar using APDU.class in base-core.jar
 to update. Unfortunatelly, this time I get "NoSuchMethodError" in 
 opencard.opt.terminal.CommandAPDU class (method <init> (BBBB[B)V not found).
 And this error exception thrown by MFC35FileSystemCSImpl.class. (Maybe 
 these classes are OCF1.0 too!)

   So we guess we need MFC35FileSystemCSImpl.class, APDU.class, 
 CommandAPDU.clas to develop our cardterminal.
 Could you give me these newest version class or source code to help us 
 develop our driver?  

 Thanks in advance. 
 Sincerely.

XAC Automation Corp.


Visit the OpenCard Framework's WWW site at http://www.opencard.org/ for
access to documentation, code, presentations, and OCF announcements.
-----------------------------------------------------------------------------
To unsubscribe from the OCF Mailing list, send a mail to
"[EMAIL PROTECTED]" with the word "unsubscribe" in the BODY of the
message.

Reply via email to