Package de.pco.common
Class DLLsLoader
java.lang.Object
de.pco.common.DLLsLoader
public class DLLsLoader extends Object
Static class that is responsible for extracting the necessary
DLLs, packed in the jar, if they are not present on the PATH.
- Author:
- PCO
-
Constructor Summary
Constructors Constructor Description DLLsLoader() -
Method Summary
Modifier and Type Method Description static voidcheckDLLsLoaded()Checks if DLLs are loaded, if not then loads it from the PATH, if they are not on the PATH, then they will be extracted from the jar
-
Constructor Details
-
DLLsLoader
public DLLsLoader()
-
-
Method Details
-
checkDLLsLoaded
public static void checkDLLsLoaded()Checks if DLLs are loaded, if not then loads it from the PATH, if they are not on the PATH, then they will be extracted from the jar
-