package com.arrayfire; class AFLibLoader { static { System.loadLibrary("af_java"); } }