Hi!

I am trying to run the sample StartOpenCard.java but this doesn't work.
I get the following exception:

C:\java\OCFtest>java -classpath ;c:\OCF\base-core.jar;c:\OCF\
base-opt.jar;c:\OCF\reference-services.jar;c:\OCF\reference-terminals-windows.jar
StartOpenCard
------------------------------------------------------------
start use case: start OpenCard

[DEBUG    ] opencard.core.service.SmartCard.getRegistryEntry
--- message   tag OpenCard.terminals =
com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|pcsc|OCFPCSC1|2

--- thread    Thread[main,5,main]
--- source    class opencard.core.service.SmartCard

Exception in thread "main" java.lang.UnsatisfiedLinkError: no OCFPCSC1
in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1133)
        at java.lang.Runtime.loadLibrary0(Runtime.java:470)
        at java.lang.System.loadLibrary(System.java:745)
        at
opencard.core.util.SystemAccess.loadLibrary(SystemAccess.java:111)
        at
com.ibm.opencard.terminal.pcsc10.OCFPCSC1.loadLib(OCFPCSC1.java:64)
        at
com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory.open(Pcsc10CardTerminalFactory.java:94)

        at
com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory.<init>(Pcsc10CardTerminalFactory.java:65)

        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:239)
        at
opencard.core.service.SmartCard.handleTerminalFactoryEntries(SmartCard.java:405)

        at
opencard.core.service.SmartCard.configureTerminalRegistry(SmartCard.java:255)

        at opencard.core.service.SmartCard.start(SmartCard.java:527)
        at StartOpenCard.main(StartOpenCard.java:67)

I am using a smartlp3 from Bull. This terminal has been installed and
recognised by the system.

Thanks



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