Class LibUtils


  • public final class LibUtils
    extends java.lang.Object
    Utilities for finding the Paddle Engine binary on the System.

    The Engine will be searched for in a variety of locations in the following order:

    1. In the path specified by the Paddle_LIBRARY_PATH environment variable
    2. In a jar file location in the classpath. These jars can be created with the paddle-native module.
    • Method Detail

      • loadLibrary

        public static void loadLibrary()
      • loadLinuxDependencies

        public static void loadLinuxDependencies​(java.lang.String libName)
      • loadWindowsDependencies

        public static void loadWindowsDependencies​(java.lang.String libName)