Hi, On Wed, Apr 7, 2021 at 4:09 PM Matthias Bläsing <mblaes...@doppel-helix.eu> wrote:
> 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 don't think I have much on the problem as such (at least not yet), but wanted to say that if (at some point) it would help to run Open JFX (or something else) in module layers, we could try that. I hope it should be doable. But if I understand you properly, it sounds OpenJFX does not work well even when deployed as modules (into layers), which sounds like something for OpenJFX to solve. (An alternative would be to modify the command line that starts NetBeans, but I think one of the points of a (/the NetBeans) module system is to avoid doing that.) Jan > > 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 > > > >