nixxcode / jvm-brotli

Lightweight, cross-platform Java library for the Brotli compression format
72 stars 10 forks source link

User Should be Clearly Informed of Unsupported Platform #22

Closed nixxcode closed 5 years ago

nixxcode commented 5 years ago

Right now, all native library load failures simply throw a runtime exception. The loader method doesn't have special case handling for instances of unsupported JVM platform.

It would be helpful to clearly tell the user when the exception is being thrown due to lack of support.