Install ImageMagick and jmagick on Ubuntu

Source: Internet
Author: User
Tags imagemagick
1. Install ImageMagick
Sudo apt-Get install ImageMagick

2. Install jmagick
Sudo apt-Get install libjmagick6-java

3. Copy jmagick jars to your classpath
E.g.
CP/usr/share/Java/jmagick *. Jar/usr/local/Apache-Tomcat-5.5.27/common/lib

4. Copy libjmagick. So to a folder listed in 'java. Library. Path'
Copy/usr/lib/JNI/libjmagick. So/usr/lib/
/* Maybe you shoshould change the permission of the so too */

Sudo chmod 777/usr/lib/libjmagick. So

The fourth step is because I encountered an error while testing jmagick.

Java. Lang. unsatisfiedlinkerror: No jmagick in Java. Library. Path.

The result is printed with system. getproperty ("Java. Library. Path"), which contains/usr/lib instead of/usr/lib/JNI.

Therefore, copy libjmagick. So to/usr/lib.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.