GuyDaniel commented on issue #4050: URL: https://github.com/apache/netbeans/issues/4050#issuecomment-1753814478
For me, this issue is about using netbeans for jfx/rcp development. Netbeans has worked on a bundled JDK/JFX in the past, and a change in netbeans broke things just after version 113. Maybe the change that is needed is to document that this is no longer a supported configuration? I am used to using the bundled jfx, so the next step in this for me is to re package my rcp projects to use jfx in a netbeans module, rather than having the ide run it, which is probably a better approach overall and will most likely fix the issue. Another possibility would be to include a module which calls the jfx function Platform.exit() in the IDE on shutdown which I will play around with. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
