I am trying to run a program to call C++ libraries in ImageMagick using jmagick interface (JNI) from a java program. But I am getting following exception
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jdk1.6.0_16\bin\jmagick.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
I tried to search for jmagick.dll for 64 bit processors but couldn't find any. Could anybody suggest any solution or show me the path if 64 bit dll is available?
Thanks,