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

Fallback to System.loadLibrary(...) #37

Merged
merged 6 commits into from
Sep 27, 2023

Commits on Sep 27, 2023

  1. fallback to System.loadLibrary(...)

    when `fuse.lib.path` is not set explicitly, allowing to use Java's default lib lookup mechanism based on `java.library.path` on Linux + macOS
    overheadhunter committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6fb0be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b2142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a812f View commit details
    Browse the repository at this point in the history
  4. add test

    to check whether loading `.so` or `.dylib` from `java.library.path` works, when not calling `FuseBuilder.setLibraryPath(...)`
    overheadhunter committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0a8a238 View commit details
    Browse the repository at this point in the history
  5. create symlink in working dir

    and add `.` as first item to `java.library.path`
    overheadhunter committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ddab2db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc5b08f View commit details
    Browse the repository at this point in the history