See discussion: http://osgeo-org.1560.x6.nabble.com/LibJPEGTurbo-on-OS-X-td5268073.html End result is that TurboJpegUtilities#load() is being too "smart" about finding the TJ native libraries. It finds them, however, when TJ is used, the TJ java-bindings are not "smart" about finding the library and fails. I think the TJ java-bindings are auto-generated, so I think we just need to remove the smart code from TurboJpegUtilities#load() and let it throw an error. The user will have to either move the 3 TJ native libs to a path in java.library.path or add the actual install directory (/usr/lib/ on OS X) to java.library.path. |