jmagick.dll is not a valid Win32 application

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wingerli

jmagick.dll is not a valid Win32 application

Post by wingerli »

Hi,
I installed the ImageMagick-6.3.8-Q16 into my server.My server is Windows7 64bit system.When I run my program there are some errors in the program.Some like this:
C:\Program Files\ImageMagick-6.3.8-Q16\jmagick.dll: %1 is not a valid Win32 application.
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 magick.Magick.<clinit>(Magick.java:38)
But when I open the imageMagick directlly,it could work.
How could I fix this issue?
Post Reply