Is there an easy, one-click way of creating an executable JavaFX file?
I have an JavaFX application functioning when I run it in Netbeans. Is there a way I could get a single file on my desktop that would run the application without the need of Netbeans?
I've read a lot of different tutorials, but I'm not looking for a tutorial. Way too much work for one single file. And a tutorial should not be needed for this. It should be as easy as clicking a button Frustrated.
Plugins for Netbeans are ok. Is there any way of doing this? I don't care what type of file it is, as long as it can run independent of Netbeans, and that it can be run without a command prompt.