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

Ship native libraries in ImageJ's lib folder #43

@ctrueden

Description

@ctrueden

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions