stefanofornari commented on issue #9453: URL: https://github.com/apache/netbeans/issues/9453#issuecomment-4947562272
> > > > 1. There is no JavaFX in the nbm itself, I am trusting NB dependency module. Should I do something different then? > > > > > > > > > When I downloaded and extracted the NBM there seemed to be JavaFX jars and Linux natives inside? > > > oh, you are right. I will look into it, it should not distribute any system specific files (or maybe all for all platforms) > > Just to close the loop: I have release 0.0.8 and requested validation; this version bundles all native libraries (but linux arm architecture) and removes the dependency on Nebeans JavFX Implementation. I have tested it on multiple configurations and it does not conflict with NB's one if installed. After additional analysis and testing, I reverted **v0.0.8** because **v0.0.7** is actually the way to go. When the NBM is installed the proper native jars are copied in modules/ext/com.github.stefanofornari.nb-javafx-toolkit/org-openjfx, regardless if there are other javafx jars: ```bash 07/11/2026 03:54 PM <DIR> . 07/11/2026 03:54 PM <DIR> .. 07/11/2026 03:54 PM 753,228 javafx-base-linux.jar 07/11/2026 03:54 PM 302 javafx-base.jar 07/11/2026 03:54 PM 2,582,534 javafx-controls-linux.jar 07/11/2026 03:54 PM 306 javafx-controls.jar 07/11/2026 03:54 PM 129,646 javafx-fxml-linux.jar 07/11/2026 03:54 PM 302 javafx-fxml.jar 07/11/2026 03:54 PM 4,682,306 javafx-graphics-linux.jar 07/11/2026 03:54 PM 4,732,604 javafx-graphics-mac-aarch64.jar 07/11/2026 03:54 PM 4,759,566 javafx-graphics-mac.jar 07/11/2026 03:54 PM 5,909,264 javafx-graphics-win.jar 07/11/2026 03:54 PM 306 javafx-graphics.jar 07/11/2026 03:54 PM 89,705 javafx-swing-linux.jar 07/11/2026 03:54 PM 303 javafx-swing.jar ``` -- 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
