Hey,
I'm looking for a way to distribute my javafx app, but I want a customer to be able to run it as a standalone (i.e. without installation).
I know I can distribute a jar file but it's without the embedded JRE.
Only way I see to embed a JRE is via building an installer.
Any way I can distribute say an EXE file that when double clicked just runs the app with JRE embedded inside?