lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 253 forks source link

JNI Windows #34

Closed mdhsl closed 5 years ago

mdhsl commented 10 years ago

Hi,

I am trying to use LZ4 as native on WIN 7 32/64bits but after compiling the project, I've got an UnsatisfiedLinkError.

The file generated is an *.so file under win32/x86/

This file should not be a *.dll file? Anyway I have already read a post which seems relate the same problem but i did not see any solution for that. How i can get this working?

Thx

odaira commented 6 years ago

Do you still need any help? I don't have a build environment for Windows, so I am not sure if I can help you, though.

odaira commented 5 years ago

Let me close this issue, but feel free to reopen it if you need help on this.