* library is not compatible with this version of JavaHL's Java
* APIs.
*/
private static final void init()
{
version = new Version();
if (!version.isAtLeast(1, 9, 0))
{
throw new LinkageError("Native library version must be at least " +
"1.9.0, but is only " + version);
}