I am working on a project using Netbeans to create a JavaFX application. I need to deploy the application on both platforms (Mac and Windows).
I am using a mac and I can create the .dmg file using the native packaging in Netbeans.
My question is, How can I create a .exe file (for Windows) using Netbeans on mac? Thank you in advance.