This commit is contained in:
Corentin Le Molgat
2023-04-03 18:26:06 +02:00
parent df0f6aaf12
commit 47ce2eae9f
7 changed files with 56 additions and 49 deletions

View File

@@ -105,8 +105,8 @@ public class Loader {
if (!loaded) {
try {
// prints the name of the Operating System
//System.out.println("OS: " + System.getProperty("os.name"));
//System.out.println("Library: " + System.mapLibraryName("jniortools"));
// System.out.println("OS: " + System.getProperty("os.name"));
// System.out.println("Library: " + System.mapLibraryName("jniortools"));
System.loadLibrary("jniortools");
loaded = true;