I created an applet using OCF to communicate with Litronic 210 card
terminal/Cyberflex Open16 card. I set up the necessery evironment (OCF,
Litronic CT, Comm API) in a Windows 95 computer. The applet works when
running in appletviewer (JDK 1.1.7). The heck is that if I try to start the
applet in Java Plug-In 1.1.1 (using the same jre) it refuses to start OCF
with following exception thrown. The applet is properly signed and works on
other computers. Do you have an idea what can cause the problem? There is
no other application using the COM port.
****************************************************************************
Java Communications API - Early Access
Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
****************************************************************************
opencard.core.terminal.CardTerminalException
at
dk.itplus.smartcard.terminal.litronic210.Litronic210Driver.init(Litronic210D
river.java:264)
at
dk.itplus.smartcard.terminal.litronic210.Litronic210CardTerminal.configConne
ctor(Litronic210CardTerminal.java:253)
at
dk.itplus.smartcard.terminal.litronic210.Litronic210CardTerminal.<init>(Litr
onic210CardTerminal.java:135)
at
dk.itplus.smartcard.terminal.litronic210.LitronicCardTerminalFactory.createC
ardTerminals(LitronicCardTerminalFactory.java:
at opencard.core.service.SmartCard.handleTerminalFactoryEntries(Compiled
Code)
at opencard.core.service.SmartCard.configureTerminalRegistry(Compiled Code)
at opencard.core.service.SmartCard.start(SmartCard.java:236)
at MiMiJCWallet.<init>(MiMiJCWallet.java:22)
at MiMiManagementF.initializeOCF(Compiled Code)
at MiMiManagementF.init(MiMiManagement.java:261)
at MiMiManagement.actionPerformed(MiMiManagement.java:71)
at java.awt.Button.processActionEvent(Button.java:256)
at java.awt.Button.processEvent(Button.java:229)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
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.