Package edu.wpi.first.util
Class RuntimeLoader
java.lang.Object
edu.wpi.first.util.RuntimeLoader
Loads a native library at runtime.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadLibrary
(String libraryName) Loads a native library.
-
Method Details
-
loadLibrary
Loads a native library.- Parameters:
libraryName
- the name of the library to load.- Throws:
IOException
- if the library fails to load
-