com.jme3.system
Class Natives
java.lang.Object
com.jme3.system.Natives
public final class Natives
- extends java.lang.Object
Helper class for extracting the natives (dll, so) from the jars.
This class should only be used internally.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Natives
public Natives()
setExtractionDir
public static void setExtractionDir(java.lang.String name)
getExtractionDir
public static java.io.File getExtractionDir()
extractNativeLib
public static void extractNativeLib(java.lang.String sysName,
java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
extractNativeLib
public static void extractNativeLib(java.lang.String sysName,
java.lang.String name,
boolean load)
throws java.io.IOException
- Throws:
java.io.IOException
extractNativeLib
public static void extractNativeLib(java.lang.String sysName,
java.lang.String name,
boolean load,
boolean warning)
throws java.io.IOException
- Throws:
java.io.IOException
isUsingNativeBullet
protected static boolean isUsingNativeBullet()
extractNativeLibs
public static void extractNativeLibs(Platform platform,
AppSettings settings)
throws java.io.IOException
- Throws:
java.io.IOException