Class NativeUtil

java.lang.Object
com.github.weisj.darklaf.platform.NativeUtil

public class NativeUtil
extends Object
A simple library class which helps with loading dynamic libraries stored in the JAR archive. These libraries usually contain implementation of some methods in native code (using JNI - Java Native Interface).
See Also:
http://adamheinrich.com/blog/2012/how-to-load-native-jni-library-from-jar, https://github.com/adamheinrich/native-utils