Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Ship native libraries in ImageJ's lib folder #43

Open
ctrueden opened this issue Mar 19, 2014 · 1 comment
Open

Ship native libraries in ImageJ's lib folder #43

ctrueden opened this issue Mar 19, 2014 · 1 comment

Comments

@ctrueden
Copy link
Member

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.

@ctrueden 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
@dscho
Copy link
Contributor

dscho commented Mar 19, 2014

This is a perfect excuse to teach the imagej-maven-plugin about nar artifacts: imagej/imagej-maven-plugin#4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants