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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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