mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Java: Fix fallback on external library.
This commit is contained in:
@@ -45,10 +45,7 @@ public class NetworkTablesJNI {
|
||||
|
||||
System.load(jniLibrary.getAbsolutePath());
|
||||
} else {
|
||||
if (osname.startsWith("Windows"))
|
||||
System.loadLibrary("ntcore.dll");
|
||||
else
|
||||
System.loadLibrary("libntcore.so");
|
||||
System.loadLibrary("ntcore");
|
||||
}
|
||||
} catch (IOException ex) {
|
||||
ex.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user