in src/main/java/jsitter/interop/JSitter.java [25:32]
static {
try {
File jsitter = Native.extractFromResourcePath("jsitter", JSitter.class.getClassLoader());
System.load(jsitter.getAbsolutePath());
} catch (Throwable e) {
throw new RuntimeException(e);
}
}