异常mtcokus.dll:找不到依赖库

时间:2014-04-11 17:44:25

标签: java eclipse exception import unsatisfiedlinkerror

我使用win8 64bit,eclipse 64bit

首先我有错误

Exception in thread "main" java.lang.UnsatisfiedLinkError: ..... mtcokus.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

我的解决方案是jre 32bit并在我的eclipse中使用它作为jre系统库 但之后我有错误

Exception in thread "main" java.lang.UnsatisfiedLinkError: ..... mtcokus.dll: Can't find dependent libraries

我不知道如何解决,我有搜索但没有答案可以使用 请帮帮我,谢谢

1 个答案:

答案 0 :(得分:0)

我们首先下载depend.ext来检查mtcokus.dll的依赖性,然后下载特定的dll并将其添加到java.library.path中。 当我运行JLDA时遇到了这个bug,我下载了不同的DLL。