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



我使用的是win8 64位,eclipse 64位

首先我有错误

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

我的解决方案是关闭jre32bit,并将其作为jre系统库在eclipse中使用但在那之后,我有错误

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

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

我们首先下载dependen.ext来检查mtcokus.dll的依赖性,然后下载特定的dll并将其添加到java.library.path中。我在运行JLDA时遇到了这个错误,于是我下载了depent DLL。

最新更新