|
Josh Native console access wrapper for Java |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.yifanlu.Josh.LibraryLoader
public class LibraryLoader
Used to load the JoshCore library. Internal use only, you don't need this.
| Constructor Summary | |
|---|---|
LibraryLoader()
|
|
| Method Summary | |
|---|---|
static void |
loadJosh()
Loads JoshCore.dll to memory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LibraryLoader()
| Method Detail |
|---|
public static void loadJosh()
throws OSNotSupportedException
java.library.path,
if that fails, it will look in the system temporary folder, and if that fails, it will extract the correct library
from the JAR file.
OSNotSupportedException - If the OS is not Windows or Java is not 32-bit.
|
Copyright © 2010 Yifan Lu | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||