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 was 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.