jmagick: new ImageInfo fails on exported jar

182 views Asked by At

Im using JMagick 6.3.9 for resizing and cropping images. When I run the program from within Eclipse it runs fine no problem. However, when I export into a jar file and try running the jar file the program just does not continue when it reaches ImageInfo info = new ImageInfo(targetFile); I get no error messages, no exceptions, no load on the cpu. Nothing.

Any ideas what the issue might be? This happens on both windows and linux (windows being the computer used for developing)

EDIT: There seems to be an issue with finding the dll/so file. I removed the dll from its usual directory. When I execute from within eclipse, I get the same behavior of the program simply refusing to continue without any exceptions etc.

It seems the exported program cannot find the dll in the directory that was specified in the path variable. Am I missing something?

0

There are 0 answers