Class RuntimeLoader

java.lang.Object
edu.wpi.first.util.RuntimeLoader

public final class RuntimeLoader extends Object
Loads a native library at runtime.
  • Method Details

    • loadLibrary

      public static void loadLibrary(String libraryName) throws IOException
      Loads a native library.
      Parameters:
      libraryName - the name of the library to load.
      Throws:
      IOException - if the library fails to load