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?".
i have installed imagemagick for windows it is working fine with ant script.
Now i want to try using java ( im4java-1.0.0 ) version. which is not working with JDK 1.5 . so which version does it supports ?
it is throwing the following error. Can some one guide me how to run imagemagick in Java ?
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)