You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!((Boolean) isOpen.invoke(JavaBaseModule, "java.io", JNRPosixModule))) {
91
+
// warn that many APIs will be broken without module access
92
+
System.err.println("Some JDK modules may not be open to jnr-posix, which will break file descriptor and process APIs. See https://github.com/jnr/jnr-posix/wiki/Using-POSIX-with-Java-Modules");
0 commit comments