Estou com um problema ao tentar executar o TEF dedicado…
aparece a seguinte exception:
Exception in thread "Thread-4" java.lang.UnsatisfiedLinkError: C:\WINDOWS\system32\jCliSiTefI.dll: Não foi possível encontrar o procedimento especificado
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at tef.dedicado.jCliSiTefI.<clinit>(jCliSiTefI.java:975)
sendo que a classe tef.dedicado.jCliSiTefI, é a que a software express fornece
trecho da classe onde ocorre a exception tef.dedicado.jCliSiTefI:
static
{
System.loadLibrary("jCliSiTefI");
}
os arq que estao no system32 sao:
CliSiTef
CliSiTef32.dll
CliSiTef32I.dll
libseppemv
libseppemv.dll
jCliSiTefI.dll