Suppose I wrote a GUI using swing or JavaFX. Then I collect something like Maven and get a jar. And then what?
- How to make the user to run my application as an exe file without installing jre?
- Is this even possible?
- I remember I saw it in some program that was made so that jre is stored in the folder with the installed program and started when the exe file is launched. Is it hard to do?