Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded native library in the JAR file #120

Closed
wants to merge 2 commits into from
Closed

Embedded native library in the JAR file #120

wants to merge 2 commits into from

Commits on Sep 10, 2012

  1. The native library can now be embedded in a JAR and automatically

    extracted from it.
    The library is searched in the JAR in the
    ${os.name}-${os.arch} folder.
    The JAR is the LAST location where JNA will try to find the library.
    This feature is inhibited if the property jna.nounpack is true.
    Zlika committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    c4bc07d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2012

  1. Added unit test.

    Zlika committed Sep 11, 2012
    Configuration menu
    Copy the full SHA
    90355ab View commit details
    Browse the repository at this point in the history