SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
363 stars 86 forks source link

Java 9 module support #116

Open stanimirivanovde opened 3 years ago

stanimirivanovde commented 3 years ago

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.

SerCeMan commented 3 years ago

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.

idegtiarenko commented 1 month ago

It would be nice to have this library modularized

idegtiarenko commented 1 week ago

https://github.com/jnr/jnr-ffi/pull/347 might help with this issue