public class MOE extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MOE.Build
App build info.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
loadStatic(String filename)
Loads staticly linked code.
|
public static void loadStatic(String filename)
filename - the file to load.SecurityException - if a security manager exists and its
checkLink method doesn't allow
loading of the specified dynamic libraryNullPointerException - if filename is
nullRuntime.load(java.lang.String),
SecurityManager.checkLink(java.lang.String)