Skip to content

java.lang.UnsatisfiedLinkError: jssc.dll: Can't find dependent libraries #108

@tresf

Description

@tresf

Since #104, a new file is available for Windows win_arm64/jssc.dll. The file will not load due to an upstream bug report explained in #75 (comment), however the boot path should still work by using:

System.setProperty("jssc.boot.library.path", "/path/to/jssc.dll")

However, it still doesn't work even with the workaround.

Using Dependencies (because dependency walker hangs on Windows ARM64), the following error is shown:

- libc++.dll module could not be found on disk

Research points at a few reported and possibly related upstream issues:

Note: This issue does NOT occur if the jssc.dll is compiled using MSVC. It only exists when cross-compiling using llvm-ming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions