I am developing a desktop app in JavaFx for mac and windows and want to distribute it to users but not as a .jar file. I want to distribute it as an installer file for both mac and windows.
I have read at some forums and in stackoverflow also that we can export a project a .exe for windows and .app for mac using Neatbeans but I am not able to find how to do it.
Is it possible through netbeans to create .exe and .app files ??
I have neatbeans 8. I can see some ways to convert it to .exe using some apps, but for .app or .dmg I am not able to find anything.