I’m running a simple JUnit Test and in its execution I got this error:
java.lang.UnsatisfiedLinkError: no jmupdf64 in java.library.path
any help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to add this JVM option:
For Mac OSX:
You need to create
libjmupdf64.dylibDownload source code from: http://code.google.com/p/jmupdf/downloads/list
Commenting out Line#67 file:
./thirdparty/tifflib/tif_config.h:// #define lfind _lfindNeed to more settings for OSX:
CFLAGSin ./Makefile.JNI_DLLtolibjmupdf64.dylib.Make lib:
$ make