Hi Scott, Am Mittwoch, den 07.04.2021, 09:47 -0400 schrieb Scott Palmer: > 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.
thank you, but this is known. I also note, that in most cases this is just a stawman argument. The last bug I fixed in that area was also put of as "you run from classpath, so you are on your own". It turned out, that the bug was caused by wrong assumptions and manifested whenever the classes were not loaded from the system class loader, which is just much more common in the class loader world, than in JPMS world. Setting up a module layer and loading JavaFX there breaks it equally. I have a stand alone reproducer for this. What I'm looking for here is a fix inside NetBeans while the underlying issue is fixed. Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists