|
David Blasby created an issue |
Issue Type: |
|
---|---|
Assignee: |
Unassigned |
Created: |
26/May/16 8:38 PM |
Priority: |
|
Reporter: |
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. |
This message was sent by Atlassian JIRA (v1000.5.2#72002-sha1:b4422fe) |
|