ftrscanapi dll导入时并排显示错误?

时间:2018-12-10 07:09:53

标签: eclipse dllimport side-by-side

我赢了7(64位操作系统),并从frotonic biometric sdk中获得了必须从x64和x32文件夹复制dll文件的功能。 由于我有64个操作系统,因此将ftrscanapi.dll和ftrjavascanapi.dll从x64文件夹复制到路径c / windows / system32并在eclipse中运行项目时,出现此错误。

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Windows\System32\ftrJavaScanAPI.dll: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail
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 com.Futronic.ScanApiHelper.Scanner.<clinit>(Scanner.java:91)
at com.Futronic.ScanApiEx.MainForm.<init>(MainForm.java:38)
at Main.main(Main.java:7)

0 个答案:

没有答案