> On Apr 7, 2021, at 2:21 AM, Matthias Bläsing <mblaes...@doppel-helix.eu> > wrote: > > Hi Antonio, > > Am Dienstag, den 06.04.2021, 23:24 +0200 schrieb antonio: >> In which module is System.loadLibrary being invoked? Does that module >> depend on any other module that exports the class > > The JPMS module is the UNNAMED module (we load OpenJFX on the > classpath)
I saw this and it raised a red flag. JavaFX modules on the class path is not supported. See this comment in the OpenJFX bug system: https://bugs.openjdk.java.net/browse/JDK-8248122?focusedCommentId=14350125&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14350125 I’m not sure what that implies for this specific case, but I thought I would point it out. Regards, Scott