Hi everyone, we are developing an applet which communicates with the user's smart card through OCF. The card reader is GCR410. So far we've successfully been using the Java "drivers" provided by GemPlus, but for different reasons we have to switch to PC/SC. Using The OCF to PC/SC interface we get the following error: java.lang.NoClassDefFoundError: com/ibm/opencard/terminal/pcsc10/PcscException at com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.internalSendAPDU(Pcsc10C ardTerminal.java:430) at opencard.core.terminal.CardTerminal.sendAPDU(CardTerminal.java:494) at opencard.core.terminal.SlotChannel.sendAPDU(SlotChannel.java:115) at opencard.core.service.CardChannel.sendCommandAPDU(CardChannel.java:222) ... We download the OCF classes as part of the applet and thus do not depend on the OCF framework being pre-installed (except for the necessary DLLs). None of the relevant OCF classes seem to be missing from the applet jar file, and a fairly large number of smart card commands are successfully processed before the error occurs. If anybody have a clue as to the cause of this error, I would be most grateful. ---------------------------------------------------------------------- Dag Legern�s, Posten SDS AS, Postboks 4364 Torshov, 0402 Oslo Norway Email: [EMAIL PROTECTED] ---------------------------------------------------------------------- --- > 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.
