Hi there,
 
Does anyone why I receive that message
 
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Programmi\JavaSoft\JRE\1.2\bin\OCFPCSCM.DLL: Impossibile trovare uno dei file della libreria necessari per eseguire l'applicazione
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Compiled Code)
        at java.lang.ClassLoader.loadLibrary(Compiled Code)
        at java.lang.Runtime.loadLibrary0(Runtime.java:470)
        at java.lang.System.loadLibrary(System.java:745)
        at com.ibm.opencard.terminal.pcscmig.OCFPCSCM.<clinit>(OCFPCSCM.java:52)
 
        at com.ibm.opencard.terminal.pcscmig.PcscMigCardTerminalFactory.open(PcscMigCardTerminalFactory.java:94)
        at com.ibm.opencard.terminal.pcscmig.PcscMigCardTerminalFactory.<init>(PcscMigCardTerminalFactory.java:66)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:239)
        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 InsertRemoveCard.main(InsertRemoveCard.java:67)
I copied the .dll files in the bin folder and also in the windows\system, but it still continue not working.

Reply via email to