java - Exception mtcokus.dll: Can't find dependent libraries -


i'm using win8 64bit , eclipse 64bit

first have error

exception in thread "main" java.lang.unsatisfiedlinkerror: ..... mtcokus.dll: can't load ia 32-bit .dll on amd 64-bit platform 

and solution down jre 32bit , use in eclipse jre system libary after have error

exception in thread "main" java.lang.unsatisfiedlinkerror: ..... mtcokus.dll: can't find dependent libraries 

i don't know how resolve is, have search no answer can use please me, thank you

we first download depend.ext check out dependence of mtcokus.dll, download specific dll , add java.library.path. met bug when ran jlda, , download depent dll.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -