SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java 9 module support

stanimirivanovde opened this issue · comments

I'm trying break my app into proper modules. Gradle and IntelliJ fail to recognize jnr-fuse as valid modules. I see that module-info.java is missing. It will be nice to add it.

Hi, @stanimirivanovde! I'll need to look into this, however, there might be issues due to the use of
src/main/java/jnr/ffi/provider/jffi/ClosureHelper.java. Worth a try though.