java.lang.Object
org.cryptomator.macos.common.NativeLibLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadLib()Attempts to load "/libIntegrations.dylib" required for native calls.
-
Constructor Details
-
NativeLibLoader
public NativeLibLoader()
-
-
Method Details
-
loadLib
public static void loadLib()Attempts to load "/libIntegrations.dylib" required for native calls.- Throws:
UnsatisfiedLinkError- If loading the library failed.
-