Captures the jMagic in Eclipse, can you do to debug locally?
I first, Download "jmagick-win-6.3.9-Q8.zip" and "ImageMagick-6.3.9-0-Q8-windows-dll.exe" from the following This URL.
Than thawed "jmagick-win-6.3.9-Q8.zip", incorporating the "jMagic.jar" to the Eclipse project.
Next, I try to install the "imageMagick".But, My pc can't connect to the network. There, "imageMagick" installed on another PC and generated files bring to my pc, through a path.
I try debug the following code.
ImageInfo image = new ImageInfo("/test/test.jpg");
However, The following error message occurs.
jmagick can't find dependent libraries
Please let me know this problem. Thank you for reading.