You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
We currently pack the slim-curve native library into the curve-fitter JAR, then extract it using the SciJava Native Lib Loader at runtime. But ImageJ has a cleaner way of shipping native libraries: put the into the lib subtree beneath the correct architecture. If we did that instead, we would have fewer problems loading the native libraries at runtime (the java.library.path is already set) and we would no longer need the native-lib-loader dependency.
The text was updated successfully, but these errors were encountered:
ctrueden
changed the title
Ship native libraries in ImageJ's lib folder, not packed in a JAR
Ship native libraries in ImageJ's lib folder
Mar 19, 2014
We currently pack the
slim-curve
native library into thecurve-fitter
JAR, then extract it using the SciJava Native Lib Loader at runtime. But ImageJ has a cleaner way of shipping native libraries: put the into thelib
subtree beneath the correct architecture. If we did that instead, we would have fewer problems loading the native libraries at runtime (thejava.library.path
is already set) and we would no longer need thenative-lib-loader
dependency.The text was updated successfully, but these errors were encountered: