Package org.moe
Class MOE
- java.lang.Object
-
- org.moe.MOE
-
public class MOE extends Object
-
-
Constructor Summary
Constructors Constructor Description MOE()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidloadStatic(String filename)Loads staticly linked code.
-
-
-
Method Detail
-
loadStatic
public static void loadStatic(String filename)
Loads staticly linked code.- Parameters:
filename- the file to load.- Throws:
SecurityException- if a security manager exists and itscheckLinkmethod doesn't allow loading of the specified dynamic libraryNullPointerException- iffilenameisnull- See Also:
Runtime.load(java.lang.String),SecurityManager.checkLink(java.lang.String)
-
-