SerCeMan / jnr-fuse

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

might fix error during windows installation. Related to issue #37 #40

Closed APayerl closed 6 years ago

APayerl commented 6 years ago

Attempt to solve issue #37 by removing default value so getProperty returns null if unsuccessful so we can easily check if it failed or not. In that case we try to get it from the registry! Also since the default value is returned if the registry also fails this should be pretty safe to use.

SerCeMan commented 6 years ago

Hey, @APayerl!

Thank you for the contribution 👍 ! It seems like the code doesn't compile (it's what CI shows https://travis-ci.org/SerCeMan/jnr-fuse/builds/335268967), must be missing imports.