From 6f987f16c808242b61263d76bd7d72e148a0af24 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 18 Aug 2019 23:53:27 +0200 Subject: Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename gluegen-rt -> gluegen_rt - Fix finding native library for Elf parsing - Fix one unit test - Fix comments Completes commit 330dad069dee5a0cc0480cf5cd9052000004223a --- src/java/jogamp/common/os/MachineDataInfoRuntime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/jogamp/common/os/MachineDataInfoRuntime.java') diff --git a/src/java/jogamp/common/os/MachineDataInfoRuntime.java b/src/java/jogamp/common/os/MachineDataInfoRuntime.java index 625e537..0b920f5 100644 --- a/src/java/jogamp/common/os/MachineDataInfoRuntime.java +++ b/src/java/jogamp/common/os/MachineDataInfoRuntime.java @@ -128,7 +128,7 @@ public class MachineDataInfoRuntime { private static MachineDataInfo getRuntimeImpl() { try { - Platform.initSingleton(); // loads native gluegen-rt library + Platform.initSingleton(); // loads native gluegen_rt library } catch (final UnsatisfiedLinkError err) { return null; } -- cgit v1.2.3