SerCeMan / jnr-fuse

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

fixes SerCeMan/jnr-fuse#63 #64

Closed jenschurchill closed 6 years ago

jenschurchill commented 6 years ago

Where library is unable to load, because JRE is x86 and not x64

SerCeMan commented 6 years ago

Thank you for this 👍

I haven't tested Win x86 support, it's not in the https://github.com/SerCeMan/jnr-fuse#supported-platforms list, so I can't guarantee that every piece of functionality will work.

I can release a new version with this PR if it's helpful.

jenschurchill commented 6 years ago

Your welcome, and thank you right back!

I don't personally need x86 support, and to be honest, I wasn't actually aware that this computer wasn't running with a x64 JRE, but this fix was so easy, that I figured if anyone else ever ran into the same issue, there wouldn't be a need for the next chap to scratch their head in confusion :)