public class LibraryLoader
extends java.lang.Object
| Constructor and Description |
|---|
LibraryLoader() |
| Modifier and Type | Method and Description |
|---|---|
static RtflLibrary |
loadLibrary(java.io.File jar)
Loads a jar library
|
public static RtflLibrary loadLibrary(java.io.File jar) throws java.lang.ClassNotFoundException, java.io.IOException
jar - The jar filejava.lang.ClassNotFoundException - If loading any jar resources fails, or there are any references to classes that are not availablejava.io.IOException - If reading the jar file fails