- Install imagemagick: sudo apt-get install imagemagick --fix-missing
- Install jmagick: sudo apt-get install jmagick --fix-missing
- Make sure that jmagick binary files (jmagick*.so or jmagick*.dll for windows os) are accessible for jvm. This files mast be present in /usr/lib for linux os or in java_home/bin folders. If this files are absent simple copy it from jmagick installation package
If you start with Tomcat. Set variables
-Djava.library.path=/usr/local/lib[Update]
-Djmagick.systemclassloader=no
If you use Windows x64 and tomcat 7
- Download jdk for i586 arhitecture
- Copy jmagick.jar to JAVA_HOME_i586/jre/liv/ext directory
- Copy jmagick.dll to system_32
No comments:
Post a Comment