Package com.jme3.system
Class NativeLibraryLoader
java.lang.Object
com.jme3.system.NativeLibraryLoader
Utility class to load native libraries.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
loadLibbulletjme
(boolean dist, File directory, String buildType, String flavor) Load a Libbulletjme native library.
-
Field Details
-
logger
message logger for this class
-
-
Method Details
-
loadLibbulletjme
public static boolean loadLibbulletjme(boolean dist, File directory, String buildType, String flavor) Load a Libbulletjme native library.- Parameters:
dist
- true→distributed files, false→as-built filesdirectory
- (not null, readable, unaffected)buildType
- "Debug" or "Release"flavor
- "Sp", "SpMt", "SpMtQuickprof", "SpQuickprof", "Dp", or "DpMt"- Returns:
- true after successful load, otherwise false
-