Skip to content

Rename windows JNI lib to lz4-java.dll? #24

@HTHou

Description

@HTHou

The name liblz4-java.so of JNI lib in net/jpountz/util/win32/amd64/ is little bit weird. Is it possible to rename it as a dll file?

public enum Native {
;
private enum OS {
// Even on Windows, the default compiler from cpptasks (gcc) uses .so as a shared lib extension
WINDOWS("win32", "so"), LINUX("linux", "so"), MAC("darwin", "dylib"), SOLARIS("solaris", "so");

Another JNI lib snappy-java does't seem to have this problem. https://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.10.8/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions