
Java native runtime (jnr) is a collection of java libraries to make interfacing with os-level features easier. jnr uses an alternate method to jni or jna to achieve programming simplicity while still retaining performance.
the upstream version of this package is now also known as jnr-constants.
the jnr-constants package gives java programs access to platform-level constants, for example errno values.